peterreilly    2004/02/25 03:34:22

  Modified:    docs/manual/CoreTasks Tag: ANT_16_BRANCH macrodef.html
  Log:
  Sync with HEAD
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.13  +5 -3      ant/docs/manual/CoreTasks/macrodef.html
  
  Index: macrodef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/macrodef.html,v
  retrieving revision 1.2.2.12
  retrieving revision 1.2.2.13
  diff -u -r1.2.2.12 -r1.2.2.13
  --- macrodef.html     9 Feb 2004 22:12:07 -0000       1.2.2.12
  +++ macrodef.html     25 Feb 2004 11:34:22 -0000      1.2.2.13
  @@ -58,9 +58,11 @@
         task using a notation similar to the ant property notation
         - @{attribute name}. (May be remembered as "put the substitution
         AT this location").
  -      The escape sequence @@{x} is used to allow @{x} to be
  -      placed in the text without substitution of x.
  -      This corresponds to the $${x} escape sequence for properties.
  +    </p>
  +    <p>
  +      The escape sequence @@ is used to escape @. This allows @{x} to be
  +      placed in the text without substitution of x by using @@{x}.
  +      This corresponds to the $$ escape sequence for properties.
       </p>
       <p>
         The case of the attribute is ignored, so @{myAttribute} is treated the
  
  
  

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

Reply via email to