Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
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
- * Fri Jul 2 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> 1.0.3-1jpp
-
- upgrade to 1.0.3
- just eliminate __GENERATED__ tests because no sources for old xdoclet
- add xjavadoc javadoc subpackage
- * Tue Dec 16 11:00:00 2003 Paul Nasrat <pauln at truemesh.com> 1.0-2jpp
-
- fix non-versioned symlink typo
- * Mon Dec 15 11:00:00 2003 Paul Nasrat <pauln at truemesh.com> 1.0-1jpp
-
- Initial Release