You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/06/12 18:04:49 UTC

svn commit: r413692 - /ant/core/trunk/docs/manual/CoreTasks/macrodef.html

Author: mbenson
Date: Mon Jun 12 09:04:49 2006
New Revision: 413692

URL: http://svn.apache.org/viewvc?rev=413692&view=rev
Log:
document description attribute

Modified:
    ant/core/trunk/docs/manual/CoreTasks/macrodef.html

Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/macrodef.html?rev=413692&r1=413691&r2=413692&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/macrodef.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/macrodef.html Mon Jun 12 09:04:49 2006
@@ -40,7 +40,7 @@
       </tr>
       <tr>
         <td valign="top">name</td>
-        <td valign="top">The name of the new definition</td>
+        <td valign="top">The name of the new definition.</td>
         <td valign="top" align="center">Yes</td>
       </tr>
       <tr>
@@ -51,15 +51,21 @@
         <td valign="top" align="center">No</td>
       </tr>
       <tr>
+        <td valign="top">description</td>
+        <td valign="top">A description of the macrodef
+          (for documentation purposes only).
+        </td>
+        <td valign="top" align="center">No</td>
+      </tr>
+      <tr>
         <td valign="top">backtrace</td>
         <td valign="top">
           This controls the error traceback if they is an
           error detected when running the macro. If this is
           set to true, there will be an error trackback, if false
-          there will not be one. The default value is true.
-          <em>Since ant 1.7</em>.
+          there will not be one. <em>Since Ant 1.7</em>.
         </td>
-        <td valign="top" align="center">No</td>
+        <td valign="top" align="center">No; default <em>true</em></td>
       </tr>
     </table>
       <h3>Parameters specified as nested elements</h3>
@@ -355,7 +361,7 @@
 </pre>
     </blockquote>
 <hr>
-<p align="center">Copyright &copy; 2003-2005 The Apache Software
+<p align="center">Copyright &copy; 2003-2006 The Apache Software
 Foundation. All rights Reserved.</p>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org