added use flag to javadoc (patch by Peter Dobratz)

This commit is contained in:
Lars Kühne 2003-03-01 07:35:40 +00:00
parent 632b1cd8cf
commit 875c87ee57
1 changed files with 2 additions and 1 deletions

View File

@ -480,7 +480,8 @@
<javadoc sourcepath="src/checkstyle" destdir="docs/api"
packagenames="com.puppycrawl.tools.checkstyle.*"
Windowtitle="Checkstyle API"
classpathref="javadoc.classpath" />
classpathref="javadoc.classpath"
Use="true" />
<move toDir="src/checkstyle">
<fileset dir="src/checkstyle" includes="**/*.HIDING" />
<mapper type="glob" from="*.HIDING" to="*"/>