Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
xjavadoc: The XJavaDoc engine
- Summary
- The XJavaDoc engine is a complete rewrite of Sun's
JavaDoc engine that is faster and more suited for
XDoclet (although it is completely standalone). It
scans java source code and makes information about
a class available via special java beans that are
part of the XJavaDoc core. These beans provide the
same information about a class as Sun's JavaDoc API,
and some nice extra features.
Changelog
- * Thu Mar 15 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Aug 11 01:00:00 2006 Deepak Bhole <dbhole{%}redhat{*}com> 1.1-4jpp.1
-
- Added missing postun section for javadoc.
- Added missing requirements.
- * Tue Jul 25 01:00:00 2006 Deepak Bhole <dbhole{%}redhat{*}com> 1.1-3jpp_1fc
-
- Added conditional native compilation.
- BR fixes.