Author: jhm
Date: Tue Oct 24 08:45:20 2006
New Revision: 467363

URL: http://svn.apache.org/viewvc?view=rev&rev=467363
Log:
Document the use of <tag>
Add support for @pre as found in BuildFileTest

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=467363&r1=467362&r2=467363
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Tue Oct 24 08:45:20 2006
@@ -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"/>
@@ -1514,6 +1515,9 @@
       locale="en"
       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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to