diff --git a/docs/manual/CoreTasks/macrodef.html b/docs/manual/CoreTasks/macrodef.html index 4f5415b04..da6de2409 100644 --- a/docs/manual/CoreTasks/macrodef.html +++ b/docs/manual/CoreTasks/macrodef.html @@ -119,7 +119,7 @@ name - The name of the new attribute + The name of the element Yes @@ -189,54 +189,6 @@ No -

text

-

- This is used to specify the treatment of text contents of the macrodef. - If this element is not present, then any nested text in the macro - will be an error. If the text element is present, then the name - becomes an attribute that gets set to the nested text of the macro. - Since ant 1.6.1. -

-

- The case of the text name is ignored. -

-

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
nameThe name of the text attributeYes
optional - If true nested text in the macro is optional, default is "false". - No
trim - If true, the nested text is trimmed of white space, - default is "false". - No
description - This contains a description - informing the user what the nested text of the macro is expected - to be. - No

Examples