diff options
author | Brad King <brad.king@kitware.com> | 2013-11-19 17:44:48 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-11-19 17:44:48 (GMT) |
commit | e776a2dae4fe7dd6d20f15ec488019b95a9d648f (patch) | |
tree | e32dac969c07192a0bf6896c06566df13a95c5fb /Help/command/foreach.rst | |
parent | 46ec48c93d2d84cf79c8704c370e24d47a7536a5 (diff) | |
parent | f0db2e38984c7ac2e2da082b88ec52f378651891 (diff) | |
download | CMake-e776a2dae4fe7dd6d20f15ec488019b95a9d648f.zip CMake-e776a2dae4fe7dd6d20f15ec488019b95a9d648f.tar.gz CMake-e776a2dae4fe7dd6d20f15ec488019b95a9d648f.tar.bz2 |
Merge topic 'macro-args-docs'
f0db2e3 Help: Document macro argument caveats in more detail
Diffstat (limited to 'Help/command/foreach.rst')
-rw-r--r-- | Help/command/foreach.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/foreach.rst b/Help/command/foreach.rst index 8f9710c..348ebd8 100644 --- a/Help/command/foreach.rst +++ b/Help/command/foreach.rst @@ -42,5 +42,6 @@ three types of this iteration: Iterates over a precise list of items. The LISTS option names list-valued variables to be traversed, including empty elements (an -empty string is a zero-length list). The ITEMS option ends argument +empty string is a zero-length list). (Note macro +arguments are not variables.) The ITEMS option ends argument parsing and includes all arguments following it in the iteration. |