peterreilly    2004/05/26 05:25:20

  Modified:    docs/manual/CoreTasks macrodef.html
  Log:
  macrodef manual page: the text element was described twice
   also the element name description was a little confusing
  
  Revision  Changes    Path
  1.20      +1 -49     ant/docs/manual/CoreTasks/macrodef.html
  
  Index: macrodef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/macrodef.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- macrodef.html     7 May 2004 18:00:43 -0000       1.19
  +++ macrodef.html     26 May 2004 12:25:20 -0000      1.20
  @@ -119,7 +119,7 @@
         </tr>
         <tr>
           <td valign="top">name</td>
  -        <td valign="top">The name of the new attribute</td>
  +        <td valign="top">The name of the element</td>
           <td valign="top" align="center">Yes</td>
         </tr>
         <tr>
  @@ -137,54 +137,6 @@
             This contains a description
             informing the user what the contents of the element are expected 
to be.
             <em>since ant 1.6.1</em>
  -        </td>
  -        <td valign="top" align="center">No</td>
  -      </tr>
  -    </table>
  -    <h4>text</h4>
  -    <p>
  -      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.
  -      <em>Since ant 1.6.1.</em>
  -    </p>
  -    <p>
  -      The case of the text name is ignored.
  -    </p>
  -    <h3>Parameters</h3>
  -    <table border="1" cellpadding="2" cellspacing="0">
  -      <tr>
  -        <td valign="top"><b>Attribute</b></td>
  -        <td valign="top"><b>Description</b></td>
  -        <td align="center" valign="top"><b>Required</b></td>
  -      </tr>
  -      <tr>
  -        <td valign="top">name</td>
  -        <td valign="top">The name of the text attribute</td>
  -        <td valign="top" align="center">Yes</td>
  -      </tr>
  -      <tr>
  -        <td valign="top">optional</td>
  -        <td valign="top">
  -          If true nested text in the macro is optional, default is "false".
  -        </td>
  -        <td valign="top" align="center">No</td>
  -      </tr>
  -      <tr>
  -        <td valign="top">trim</td>
  -        <td valign="top">
  -          If true, the nested text is trimmed of white space,
  -          default is "false".
  -        </td>
  -        <td valign="top" align="center">No</td>
  -      </tr>
  -      <tr>
  -        <td valign="top">description</td>
  -        <td valign="top">
  -          This contains a description
  -          informing the user what the nested text of the macro is expected
  -          to be.
           </td>
           <td valign="top" align="center">No</td>
         </tr>
  
  
  

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

Reply via email to