This document is the API specification for version 0.3 of the SinjDoc tool, which is a javadoc replacement that handles JSR-14 (generic java) source code.
See: Description
Packages | |
---|---|
net.cscott.sinjdoc | Javadoc tool for parameterized java (JSR-14, aka "Java 1.5"). |
net.cscott.sinjdoc.html |
This package contains the "standard" HTML Doclet for the
SinjDoc tool. |
net.cscott.sinjdoc.lexer |
This package contains a lexer for java source which supports the
parser in the net.cscott.sinjdoc.parser package. |
net.cscott.sinjdoc.parser | This package contains the main java source file parsing code for the SinjDoc tool. |
More information about SinjDoc can be found at http://cag.lcs.mit.edu/~cananian/Projects/GJ/.