xml-doclet
xml-doclet copied to clipboard
Javadoc to XML
In Java 13 old doclet API (`com.sun.javadoc`) is removed and only new doclet API (`jdk.javadoc.doclet`) should be used. This PR is rewrite using new API. It is a prototype which...
### Problem Currently the value node for annotations contains a simple string representation of the values. This makes it hard to parse where annotations are nested. It would be nice...
If I try to run Doclet in JDK 11, it fails: Exit code: 1 - javadoc: warning - The old Doclet and Taglet APIs in the packages com.sun.javadoc, com.sun.tools.doclets and...
I got this error when using this lib: ``` Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.8.0:javadoc (xml-doclet) on project machineroom: An error has occurred in Javadoc report generation: Exit code: 1 error:...
Suppose I am using @return and @ throw in javadoc comment. In my HTML both are visible but from xml when I am viewing it it's not showing the data...