Package | Description |
---|---|
org.incava.doctorj | |
org.incava.javadoc |
Modifier and Type | Method and Description |
---|---|
protected JavadocNode |
ItemDocAnalyzer.getJavadoc()
Returns the Javadoc for the given node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FieldDocAnalyzer.checkJavadoc(JavadocNode javadoc) |
protected void |
FunctionDocAnalyzer.checkJavadoc(JavadocNode javadoc) |
protected void |
ItemDocAnalyzer.checkJavadoc(JavadocNode javadoc) |
protected void |
MethodDocAnalyzer.checkJavadoc(JavadocNode javadoc) |
protected void |
TypeDocAnalyzer.checkJavadoc(JavadocNode javadoc)
Checks the Javadoc against that expected by a type.
|
Constructor and Description |
---|
ExceptionDocAnalyzer(Report report,
JavadocNode javadoc,
SimpleNode function,
int nodeLevel)
Creates and runs the exception documentation analyzer.
|
ParameterDocAnalyzer(Report report,
JavadocNode javadoc,
SimpleNode function,
ASTFormalParameters parameterList,
int nodeLevel)
Creates and runs the parameter documentation analyzer.
|
Modifier and Type | Method and Description |
---|---|
static JavadocNode |
JavadocNode.parse(java.lang.String text,
int startLine,
int startColumn)
Parses itself from the given text.
|