This document is the API specification for the GJDoc tool, which is a javadoc replacement that handles JSR-14 (generic java) source code.
See: Description
Packages | |
---|---|
net.cscott.gjdoc | Javadoc tool for parameterized java (JSR-14, aka "Java 1.5"). |
net.cscott.gjdoc.html | This package contains the "standard" HTML Doclet for the
GJDoc tool. |
net.cscott.gjdoc.lexer | This package contains a lexer for java source which supports the
parser in the net.cscott.gjdoc.parser package. |
net.cscott.gjdoc.parser | This package contains the main java source file parsing code for the GJDoc tool. |