We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f76907 commit 61a598dCopy full SHA for 61a598d
checkstyle.xml
@@ -341,6 +341,10 @@
341
COMPACT_CTOR_DEF"/>
342
</module>
343
<module name="JavadocType"/>
344
+ <module name="JavadocVariable">
345
+ <property name="tokens" value="VARIABLE_DEF"/>
346
+ <property name="scope" value="public"/>
347
+ </module>
348
<module name="MissingJavadocType">
349
<property name="scope" value="protected"/>
350
<property name="tokens"
0 commit comments