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)