Browse Source

JavaDoc now builds without warnings again - thanks Erik :)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271719 13f79535-47bb-0310-9956-ffa450edef68
master
Jon Skeet 23 years ago
parent
commit
aa62ef064a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.xml

+ 1
- 0
build.xml View File

@@ -1022,6 +1022,7 @@
windowtitle="${Name} API"
doctitle="${Name}">
<tag name="todo" description="To do:" scope="all" />
<tag name="ant.task" enabled="false" description="Task:" scope="types" />
<group title="Apache Ant Core" packages="org.apache.tools.ant*" />
<group title="Core Tasks" packages="org.apache.tools.ant.taskdefs*" />
<group title="Optional Tasks" packages="org.apache.tools.ant.taskdefs.optional*" />


Loading…
Cancel
Save