summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-10-22 12:12:55 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-10-22 12:12:55 +0000
commit18b162ca1764b002e34adaf8c5ce85c140b3435c (patch)
tree433c6dacac0bc580aaecf7613fca9f250743dab3 /docs/README
parentf0f05c7f63e5478d347543aff26c8036fb7eabc8 (diff)
downloadMPC-18b162ca1764b002e34adaf8c5ce85c140b3435c.tar.gz
ChangeLogTag: Mon Oct 22 12:11:13 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index 5a8b0aa5..22f0b843 100644
--- a/docs/README
+++ b/docs/README
@@ -273,6 +273,18 @@ specific This scope allows assignments that are specific to a
the -value_template command line option. See the USAGE file
for more information.
+ Scopes are available in some of the MPC templates. These
+ scopes are created by using a template variable within a
+ <%foreach%> context. The scope will be, one at a time, each
+ space separated words within the template variable value.
+ Variables can be modified using a scope modifier. For
+ example, the word 'FOO' will be added to the template
+ variable 'defines' when it is seen in the 'Debug' scope:
+
+ specific {
+ Debug::defines += FOO
+ }
+
expand This scope allows the specification for a variable that is
found within $() to be expanded from the list of possible
values. These possible values can contain environment