Class ICUNewTaglet
java.lang.Object
com.ibm.icu.dev.tool.docs.ICUTaglet
com.ibm.icu.dev.tool.docs.ICUNewTaglet
- All Implemented Interfaces:
Taglet
This taglet should be used in the first line of any icu-specific members in a class
that is an enhancement of a JDK class (see
ICUEnhancedTaglet). It generates
the '[icu]' marker followed by the <strong> text, if any. This does not
start or end a paragraph or provide additional leading or trailing punctuation such
as spaces or periods.
Note: if the text is '_usage_' (without quotes) this spits out a boilerplate message describing the meaning of the '[icu]' tag. This should be done in the first paragraph of the class docs of any class containing '@icu' tags.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Taglet
Taglet.Location -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ICUTaglet
getAllowedLocations, getName, getText, isInlineTag, toString
-
Field Details
-
NAME
- See Also:
-
ICU_LABEL
-
-
Constructor Details
-
ICUNewTaglet
public ICUNewTaglet()
-
-
Method Details
-
toStringDocTree
- Specified by:
toStringDocTreein classICUTaglet
-