SinjDoc 0.5 documentation

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

Description:

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. SinjDoc defines a 'Doclet' and 'Taglet' interface similar to, but not identical with, that defined by Sun's javadoc tool. Some incompatibilities are forced by the addition of parameterized types, and others were introduced to clean up or restructure the interface in places where I found it lacking.

More information about SinjDoc can be found at http://cag.lcs.mit.edu/~cananian/Projects/GJ/.

Author: C. Scott Ananian (cscott@cscott.net)

Copyright © 2003 C. Scott Ananian