From a75d603ca324407aabfb365927aa2c4c449f49ff Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 25 Feb 2004 11:33:34 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/macrodef.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/macrodef.html b/docs/manual/CoreTasks/macrodef.html index 5470b4071..4257ca40c 100644 --- a/docs/manual/CoreTasks/macrodef.html +++ b/docs/manual/CoreTasks/macrodef.html @@ -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. +

+

+ 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.

The case of the attribute is ignored, so @{myAttribute} is treated the