Copyright (C) 2002, Patrick Tullmann <taglets@tullmann.org>

Package org.tullmann.taglets

Pat's Taglet Collection is a (currently quite limited) collection of taglets for javadoc (JDK1.4, and probably later versions).

See:
          Description

Class Summary
Issue A Taglet that defines the @issue tag for Javadoc comments.
JSR121ReviewedBy A ReviewedBy Taglet customized for the JSR-121 Expert Group.
License A Taglet that defines the @license tag for Javadoc comments.
ListTag A generic Taglet implementation that provides "list-like" default behavior for handling multiple instances of the tag which occur in a single block.
PatsReviewedBy A ReviewedBy Taglet customized for Pat's Taglet Collection.
PrefHack A simple hack for setting Taglet Collection preferences from the command line.
ReviewedBy A Taglet that defines the @reviewedby tag for Javadoc comments.
ToDo A Taglet that defines the @todo tag for Javadoc comments.
 

Package org.tullmann.taglets Description

Pat's Taglet Collection is a (currently quite limited) collection of taglets for javadoc (JDK1.4, and probably later versions).

See the JDK1.4 Taglet Overview for a description of taglets. To use these taglets, compile these classes into a .jar (or just download the .jar). Pass that jar as an argument to the -tagletpath argument to javadoc, and pass the full name of the taglet to the to the -taglet argument.

Currently, the ToDo Taglet and Issue Taglet are the only ones defined. A License tag is included here, but it doesn't do anything.

The @todo and @issue tags are customizable in terms of the list style (ordered or unordered), tag header text, foreground color and background color. The ListTag documentation describes how and where that customization is performed.

To Do:

See http://www.tullmann.org/pat/taglets/ for the latest and greatest version.