[Clirr-devel] CVS: clirr/conf clirr_checks.xml,1.5,1.6
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2013-05-13 20:22:08
|
Update of /cvsroot/clirr/clirr/conf In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv820 Modified Files: clirr_checks.xml Log Message: changed checkstyle configuration to allow package documentation in package.html Index: clirr_checks.xml =================================================================== RCS file: /cvsroot/clirr/clirr/conf/clirr_checks.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clirr_checks.xml 11 May 2013 21:35:05 -0000 1.5 +++ clirr_checks.xml 13 May 2013 20:22:05 -0000 1.6 @@ -34,7 +34,9 @@ <!-- Checks that a package documentation exists for each package. --> <!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage --> - <module name="JavadocPackage"/> + <module name="JavadocPackage"> + <property name="allowLegacy" value="true"/> + </module> <!-- Checks whether files end with a new line. --> <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile --> |