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

org.tullmann.taglets
Class Issue

java.lang.Object
  |
  +--org.tullmann.taglets.ListTag
        |
        +--org.tullmann.taglets.Issue
All Implemented Interfaces:
com.sun.tools.doclets.Taglet

public class Issue
extends ListTag

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.

Since:
January, 2002
Author:
Patrick Tullmann <taglets@tullmann.org>

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

Issue

public Issue()
Construct a Taglet that defines the @issue tag.

Method Detail

register

public static void register(java.util.Map tagletMap)
Register this Taglet with the javadoc Standard Doclet.


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