public class ManualTaglet extends Object implements com.sun.tools.doclets.Taglet
@checker_framework.manual
javadoc block tag, which inserts
references to the Checker Framework manual into javadoc.
The @checker_framework.manual
tag is used as follows:
@checker_framework.manual #
expands to a top-level link to the Checker Framework
manual
@checker_framework.manual #anchor text
expands to a link with some text to a
particular part of the manual
Constructor and Description |
---|
ManualTaglet() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
inConstructor() |
boolean |
inField() |
boolean |
inMethod() |
boolean |
inOverview() |
boolean |
inPackage() |
boolean |
inType() |
boolean |
isInlineTag() |
static void |
register(Map tagletMap) |
String |
toString(com.sun.javadoc.Tag tag) |
String |
toString(com.sun.javadoc.Tag[] tags) |
public String getName()
getName
in interface com.sun.tools.doclets.Taglet
public boolean inConstructor()
inConstructor
in interface com.sun.tools.doclets.Taglet
public boolean inField()
inField
in interface com.sun.tools.doclets.Taglet
public boolean inMethod()
inMethod
in interface com.sun.tools.doclets.Taglet
public boolean inOverview()
inOverview
in interface com.sun.tools.doclets.Taglet
public boolean inPackage()
inPackage
in interface com.sun.tools.doclets.Taglet
public boolean inType()
inType
in interface com.sun.tools.doclets.Taglet
public boolean isInlineTag()
isInlineTag
in interface com.sun.tools.doclets.Taglet
public String toString(com.sun.javadoc.Tag tag)
toString
in interface com.sun.tools.doclets.Taglet
public String toString(com.sun.javadoc.Tag[] tags)
toString
in interface com.sun.tools.doclets.Taglet
public static void register(Map tagletMap)