summaryrefslogtreecommitdiff
path: root/Source/cmFunctionCommand.h
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2012-11-07 17:12:03 +0100
committerBrad King <brad.king@kitware.com>2012-11-07 14:10:56 -0500
commit07d5e4b871dae45a3ffcc839965dabf495679e1b (patch)
treeb3b6dbf89ba169d1c4e824c3b3109f57646004eb /Source/cmFunctionCommand.h
parent965de974b24ecafc420885eff68a3917471ff181 (diff)
downloadcmake-07d5e4b871dae45a3ffcc839965dabf495679e1b.tar.gz
Documentation: Clarify some command descriptions
- file(WRITE): add configure_file() decoupling hint - function(): definitely mention PARENT_SCOPE - include_directories(): mention possible results of SYSTEM setting - macro(): mention scope specifics of function() - message(): improve SEND_ERROR / FATAL_ERROR docs, since people said it's not obvious
Diffstat (limited to 'Source/cmFunctionCommand.h')
-rw-r--r--Source/cmFunctionCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFunctionCommand.h b/Source/cmFunctionCommand.h
index 0c0fd2671b..0a029dc5f9 100644
--- a/Source/cmFunctionCommand.h
+++ b/Source/cmFunctionCommand.h
@@ -92,6 +92,8 @@ public:
"ARGV holds the list of all arguments given to the function and ARGN "
"holds the list of arguments past the last expected argument."
"\n"
+ "A function opens a new scope: see set(var PARENT_SCOPE) for details."
+ "\n"
"See the cmake_policy() command documentation for the behavior of "
"policies inside functions."
;