Skip to content

Commit

Permalink
Checks that a variable has a Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
shadromani committed Jan 22, 2024
1 parent 7f76907 commit 61a598d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@
COMPACT_CTOR_DEF"/>
</module>
<module name="JavadocType"/>
<module name="JavadocVariable">
<property name="tokens" value="VARIABLE_DEF"/>
<property name="scope" value="public"/>
</module>
<module name="MissingJavadocType">
<property name="scope" value="protected"/>
<property name="tokens"
Expand Down

0 comments on commit 61a598d

Please sign in to comment.