Skip to content

Commit 61a598d

Browse files
committed
Checks that a variable has a Javadoc
1 parent 7f76907 commit 61a598d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

checkstyle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@
341341
COMPACT_CTOR_DEF"/>
342342
</module>
343343
<module name="JavadocType"/>
344+
<module name="JavadocVariable">
345+
<property name="tokens" value="VARIABLE_DEF"/>
346+
<property name="scope" value="public"/>
347+
</module>
344348
<module name="MissingJavadocType">
345349
<property name="scope" value="protected"/>
346350
<property name="tokens"

0 commit comments

Comments
 (0)