peterreilly 2004/02/25 03:33:34
Modified: docs/manual/CoreTasks macrodef.html
Log:
manual page update for @@ change in macrodef
Revision Changes Path
1.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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- macrodef.html 27 Jan 2004 17:43:25 -0000 1.12
+++ macrodef.html 25 Feb 2004 11:33:34 -0000 1.13
@@ -57,9 +57,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]