Package | Description |
---|---|
org.incava.doctorj | |
org.incava.javadoc |
Modifier and Type | Method and Description |
---|---|
void |
ItemCommentSpellCheck.check(ItemDocAnalyzer analyzer,
JavadocElement desc) |
protected void |
ExceptionDocAnalyzer.checkAgainstCode(JavadocTag tag,
JavadocElement tgt,
java.lang.String shortExcName,
java.lang.String fullExcName,
java.lang.Class excClass) |
Modifier and Type | Class and Description |
---|---|
class |
JavadocDescriptionNode
The description section of a Javadoc comment.
|
class |
JavadocTag
A Javadoc tag.
|
class |
JavadocTaggedNode
A tagged element, such as:
|
Modifier and Type | Method and Description |
---|---|
JavadocElement |
JavadocTaggedNode.getDescription()
This returns the text following the tag, and including the target.
|
JavadocElement |
JavadocTaggedNode.getDescriptionNonTarget()
This returns the text following the target.
|
JavadocElement |
JavadocTaggedNode.getTarget()
Tag targets may be one of three forms:
|
Modifier and Type | Method and Description |
---|---|
boolean |
JavadocElement.equals(JavadocElement other) |