Add checkstyle rule for missing javadoc on methods

This commit is contained in:
Arne Keller 2020-03-12 22:01:35 +01:00
parent f7fcfe1b4d
commit d2ddd3cad9

View File

@ -19,6 +19,7 @@
</module>
<module name="TreeWalker">
<module name="MissingJavadocMethod"/>
<!-- Checks the number of methods declared in each type. This includes the number of each scope !-->
<!-- (private, package, protected and public) as well as an overall total. !-->