summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-02-10 22:19:10 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-02-10 22:19:10 (GMT)
commit52a0538719a5902134bdd0c49579ff4eb2c6c101 (patch)
tree4456febff97de12e09da0cde65e300431af8de3c /Source/cmIfCommand.h
parentfd2a6a8693b496f2dbff1ab50c6fb39eeb55de2e (diff)
downloadCMake-52a0538719a5902134bdd0c49579ff4eb2c6c101.zip
CMake-52a0538719a5902134bdd0c49579ff4eb2c6c101.tar.gz
CMake-52a0538719a5902134bdd0c49579ff4eb2c6c101.tar.bz2
STYLE: document that if(COMMAND) works also for macros and functions
Alex
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index ca729e7..8576274 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -137,7 +137,8 @@ public:
" if(variable1 OR variable2)\n"
"True if either variable would be considered true individually.\n"
" if(COMMAND command-name)\n"
- "True if the given name is a command that can be invoked.\n"
+ "True if the given name is a command, macro or function that can be "
+ "invoked.\n"
" if(EXISTS file-name)\n"
" if(EXISTS directory-name)\n"
"True if the named file or directory exists. "