Issue #2451: allow unknown tags for javadoc type

This commit is contained in:
rnveach 2015-11-03 11:41:05 -05:00 committed by Roman Ivanov
parent f86835edb3
commit 16969772f8
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@
<module name="InnerAssignment"/>
<module name="JavadocType">
<property name="authorFormat" value="\S"/>
<!-- avoid errors on tag '@noinspection' -->
<property name="allowUnknownTags" value="true"/>
</module>
<module name="JavadocMethod">
<property name="allowUndeclaredRTE" value="true"/>