GJDoc 0.2 documentation

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

Description:

This document is the API specification for the GJDoc tool, which is a javadoc replacement that handles JSR-14 (generic java) source code. GJDoc 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.

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

Copyright © 2003 C. Scott Ananian