com.puppycrawl.tools.checkstyle.checks.javadoc
public class JavadocStyleCheck extends Check
Version: 1.2
| Method Summary | |
|---|---|
| int[] | getDefaultTokens() |
| void | setCheckEmptyJavadoc(boolean aFlag)
Sets the flag that determines if empty JavaDoc checking should be done. |
| void | setCheckFirstSentence(boolean aFlag)
Sets the flag that determines if the first sentence is checked for
proper end of sentence punctuation. |
| void | setCheckHtml(boolean aFlag)
Sets the flag that determines if HTML checking is to be performed. |
| void | setExcludeScope(String aScope)
Set the excludeScope. |
| void | setScope(String aFrom)
Sets the scope to check. |
| void | visitToken(DetailAST aAST) |
Parameters: aFlag true if empty JavaDoc checking should be done.
Parameters: aFlag true if the first sentence is to be checked
Parameters: aFlag true if HTML checking is to be performed.
Parameters: aScope a String value
Parameters: aFrom string to get the scope from