Remove requirement for @auther in Type Javadoc
This commit is contained in:
parent
0a100dce1a
commit
fa9cc33a4d
2 changed files with 1 additions and 3 deletions
|
@ -451,8 +451,6 @@ rules:
|
|||
enabled: true
|
||||
source: CHECKSTYLE
|
||||
uri: http://checkstyle.sourceforge.net/config_javadoc.html#JavadocType
|
||||
properties:
|
||||
authorFormat: ^.+ (\S+@[\S.]+)$
|
||||
-
|
||||
name: JavaNCSS
|
||||
parent: TREEWALKER
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
Checks the format for Javadoc for classes and enums. Javadoc must be present, not have any unknown tags and not missing any `@param` tags. The `@author` tag must have a name and, in brackets, an email address.
|
||||
Checks the format for Javadoc for classes and enums. Javadoc must be present, not have any unknown tags and not missing any `@param` tags.
|
||||
|
|
Loading…
Reference in a new issue