How do I extract the JavaDoc comments from the Java source files ? as well as format them as I want to?
See the Doclets section of Javadoc Tool Home Page for the standard approach.
Doclets The standard doclet generates HTML and is built into the Javadoc tool. Other doclets that Java Software has developed are listed here. ..
See particularly Example - Subclassing the Standard Doclet & the Doclet API.
2.1m questions
2.1m answers
60 comments
57.0k users