Browse Source

manual page update for @@ change in macrodef

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276157 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
a75d603ca3
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      docs/manual/CoreTasks/macrodef.html

+ 5
- 3
docs/manual/CoreTasks/macrodef.html View File

@@ -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


Loading…
Cancel
Save