Skip to content
mrumpf edited this page Jun 25, 2012 · 6 revisions

The intention of this doclet is to generate XML out of the Javadoc information that can be found in the java source tree. It can be used as every normal Javadoc doclet. This allows easy access to the documentation available in Javadoc doc and to use this to generat other documentation formats using XSLT or other XML technics for transformation. This doclet is for example heavily used in the fawkeZ Documentation generation process. The doclet also takes care for not XML valid content in the input Javadoc area and tries to clean this up using the power of JTidy.

A sample call in ANT could look like this:

Here is a sample of the output xml: TODO

Clone this wiki locally