diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2012-11-07 16:12:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-07 19:10:56 (GMT) |
commit | 07d5e4b871dae45a3ffcc839965dabf495679e1b (patch) | |
tree | b3b6dbf89ba169d1c4e824c3b3109f57646004eb /Source/cmFunctionCommand.h | |
parent | 965de974b24ecafc420885eff68a3917471ff181 (diff) | |
download | CMake-07d5e4b871dae45a3ffcc839965dabf495679e1b.zip CMake-07d5e4b871dae45a3ffcc839965dabf495679e1b.tar.gz CMake-07d5e4b871dae45a3ffcc839965dabf495679e1b.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFunctionCommand.h b/Source/cmFunctionCommand.h index 0c0fd26..0a029dc 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." ; |