diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-22 18:20:16 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-22 18:20:16 (GMT) |
commit | 5c3bd0e8e2341c773edce79121f58eae29a28965 (patch) | |
tree | 771dfe8a9d6f60df6bf2700fd3f4144a420b89a1 /Source/cmForEachCommand.h | |
parent | de89c6fa69beb86f1067834326c91e333d3ce4aa (diff) | |
download | CMake-5c3bd0e8e2341c773edce79121f58eae29a28965.zip CMake-5c3bd0e8e2341c773edce79121f58eae29a28965.tar.gz CMake-5c3bd0e8e2341c773edce79121f58eae29a28965.tar.bz2 |
STYLE: updated the docs to be more accurate
Diffstat (limited to 'Source/cmForEachCommand.h')
-rw-r--r-- | Source/cmForEachCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h index 6681729..550a8cf 100644 --- a/Source/cmForEachCommand.h +++ b/Source/cmForEachCommand.h @@ -97,8 +97,8 @@ public: "All commands between FOREACH and the matching ENDFOREACH are recorded " "without being invoked. Once the ENDFOREACH is evaluated, the " "recorded list of commands is invoked once for each argument listed " - "in the original FOREACH command. Each recorded command is modified " - "before invocation to replace any occurrence of \"${loop_var}\" with " + "in the original FOREACH command. Before each iteration of the loop " + "\"${loop_var}\" will be set as a variable with " "the current value in the list.\n" "Foreach can also iterate over the range of numbers generated by " "foreach. There are three types of this iteration:\n" |