| Package | Description |
|---|---|
| org.incava.doctorj |
| Class and Description |
|---|
| CommentSpellCheck |
| DocAnalyzer
Analyzes Javadoc and code.
|
| FunctionDocAnalyzer
Analyzes Javadoc and code for methods and constructors, AKA functions.
|
| ItemCommentSpellCheck |
| ItemDocAnalyzer
Analyzes Javadoc and code.
|
| JavadocTags.TagDescription |
| Options
Options for Javadoc processing, supporting:
doctorj (just errors)
doctorj --public (warning level of 0; public methods)
doctorj --protected (warning level of 1)
doctorj --package (warning level of 2)
doctorj --private (warning level of 3)
doctorj --pedantic (warning level at max)
|
| TypeDocAnalyzer
Analyzes Javadoc and code for a type, which is a class (concrete or abstract)
or an interface.
|