Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
javadoc is the JDK tool for parsing javadoc comments to produce documentation. See:
http://java.sun.com/javase/6/docs/technotes/guides/javadoc/index.html
It is expected that it will be written in Java using the existing samsa framework in Harmony. It will be necessary to implement the DocLet and TagLet APIs in order to complete this task. The implementation should be compatible with the Sun tool but it could be extended with other features - such as richer HTML output with ajax, css, etc. - to add value to the Harmony implementation.