Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
Modifier and Type | Class and Description |
---|---|
class |
AtclauseOrderCheck
Checks the order of
javadoc block-tags or javadoc tags.
|
class |
JavadocParagraphCheck
Checks that:
There is one blank line between each of two paragraphs
and one blank line before the at-clauses block if it is present.
Each paragraph but the first has <p> immediately
before the first word, with no space after.
|
class |
JavadocTagContinuationIndentationCheck
Checks the indentation of the continuation lines in at-clauses.
|
class |
NonEmptyAtclauseDescriptionCheck
Checks that the at-clause tag is followed by description .
|
class |
SingleLineJavadocCheck
Checks that a JavaDoc block can fit on a single line and doesn't
contain at-clauses.
|
class |
SummaryJavadocCheck
Checks that
Javadoc summary sentence does not contain phrases that are not recommended to use.
|
Copyright © 2001–2018. All rights reserved.