added description for xdoc target, so it appears in IDEA

This commit is contained in:
Lars Kühne 2004-10-24 10:13:49 +00:00
parent 7344a99c88
commit 72377cb042
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ For users of JDK 1.5 at least version 1.6.2 of Ant is required.
</javadoc>
</target>
<target name="xdocs" depends="compile.checkstyle">
<target name="xdocs" depends="compile.checkstyle" description="generate documentation">
<mkdir dir="${xdocs.dest}"/>