|
Copyright (C) 2002, Patrick Tullmann <taglets@tullmann.org> | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.tullmann.taglets.ListTag | +--org.tullmann.taglets.Issue
A Taglet that defines the @issue
tag for Javadoc
comments. Uses ListTag
to get coherent and customizable
behavior.
Defaults to tag text 'Issue(s):', and an unordered list.
See the ListTag
documentation for instructions on
customizing the @issue
tag.
Field Summary |
Fields inherited from class org.tullmann.taglets.ListTag |
ORDERED_LIST, TABLE_LIST, tagPrefs, UNORDERED_LIST, VISIBLETABLE_LIST |
Constructor Summary | |
Issue()
Construct a Taglet that defines the @issue tag. |
Method Summary | |
static void |
register(java.util.Map tagletMap)
Register this Taglet with the javadoc Standard Doclet. |
Methods inherited from class org.tullmann.taglets.ListTag |
emitCustomFooter, emitCustomHeader, emitFooter, emitHeader, emitTag, endingTags, forceColorPrefs, forceCustomDefaultPrefs, formatText, getName, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, parseTagText, register, startingTags, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Issue()
@issue
tag.
Method Detail |
public static void register(java.util.Map tagletMap)
|
See http://www.tullmann.org/pat/taglets/ for the latest and greatest version. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |