From 22aa7a786b8c8400c7635214c8b8df3a40e8caff Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 12 Jun 2006 16:04:49 +0000 Subject: [PATCH] document description attribute git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413692 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/macrodef.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/manual/CoreTasks/macrodef.html b/docs/manual/CoreTasks/macrodef.html index eae3049d3..7d8d5a7a2 100644 --- a/docs/manual/CoreTasks/macrodef.html +++ b/docs/manual/CoreTasks/macrodef.html @@ -40,7 +40,7 @@ name - The name of the new definition + The name of the new definition. Yes @@ -50,16 +50,22 @@ No + + description + A description of the macrodef + (for documentation purposes only). + + No + backtrace 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. - Since ant 1.7. + there will not be one. Since Ant 1.7. - No + No; default true

Parameters specified as nested elements

@@ -355,7 +361,7 @@
-

Copyright © 2003-2005 The Apache Software +

Copyright © 2003-2006 The Apache Software Foundation. All rights Reserved.