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
- * Tue Feb 15 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> 1.1-1jpp
-
- upgrade to 1.1
- replace requirement of xml-commons by xml-commons-apis
- * Thu Aug 26 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> 1.0.3-2jpp
-
- Build with ant-1.6.2
- * 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