Browse Source

document description attribute

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413692 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
22aa7a786b
1 changed files with 11 additions and 5 deletions
  1. +11
    -5
      docs/manual/CoreTasks/macrodef.html

+ 11
- 5
docs/manual/CoreTasks/macrodef.html View File

@@ -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>
@@ -50,16 +50,22 @@
</td>
<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>


Loading…
Cancel
Save