com.puppycrawl.tools.checkstyle.checks.javadoc
public class JavadocTypeCheck extends Check
Version: 1.1
Method Summary | |
---|---|
int[] | getDefaultTokens() {@inheritDoc} |
void | setAllowMissingParamTags(boolean aFlag)
Controls whether to allow a type which has type parameters to
omit matching param tags in the javadoc. |
void | setAuthorFormat(String aFormat)
Set the author tag pattern. |
void | setExcludeScope(String aScope)
Set the excludeScope. |
void | setScope(String aFrom)
Sets the scope to check. |
void | setVersionFormat(String aFormat)
Set the version format pattern. |
void | visitToken(DetailAST aAST) {@inheritDoc} |
Parameters: aFlag a Boolean
value
Parameters: aFormat a String
value
Throws: ConversionException unable to parse aFormat
Parameters: aScope a String
value
Parameters: aFrom string to set scope from
Parameters: aFormat a String
value
Throws: ConversionException unable to parse aFormat