Package org.checkerframework.taglet
Class ManualTaglet
java.lang.Object
org.checkerframework.taglet.ManualTaglet
- All Implemented Interfaces:
Taglet
A taglet for processing the
@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
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.javadoc.doclet.Taglet
Taglet.Location
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jdk.javadoc.doclet.Taglet
init, isBlockTag
-
Constructor Details
-
ManualTaglet
public ManualTaglet()
-
-
Method Details
-
getName
-
getAllowedLocations
- Specified by:
getAllowedLocations
in interfaceTaglet
-
isInlineTag
public boolean isInlineTag()- Specified by:
isInlineTag
in interfaceTaglet
-
toString
-