Browse Source

Document the use of <tag>

Add support for @pre as found in BuildFileTest

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467363 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
324d5425b5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      build.xml

+ 4
- 0
build.xml View File

@@ -1487,6 +1487,7 @@

<packageset dir="${java.dir}"/>

<!-- hide some meta information for javadoc -->
<tag name="todo" description="To do:" scope="all"/>
<tag name="ant.task" enabled="false" description="Task:" scope="types"/>
<tag name="ant.datatype" enabled="false" description="Data type:" scope="types"/>
@@ -1515,6 +1516,9 @@
windowtitle="${Name} Test Utilities"
doctitle="${Name}">

<!-- hide some meta information for javadoc -->
<tag name="pre" description="Precondition:" scope="all"/>

<fileset dir="${src.junit}">
<patternset refid="useful.tests"/>
</fileset>


Loading…
Cancel
Save