XMLDoclet

As part of our software documentation, we needed to extract some information from our Java source code.

So we have developed our own Doclet to output the Java API documentation as XML.

Have a look at https://github.com/pageseeder/xmldoclet for more details.

Note

There are other doctlet tools out there doing a similar job, but most of them seem no longer maintained or do not support the new notations introduced with Java 5.

Created on , last edited on