diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-05-24 19:36:11 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-05-24 19:36:11 (GMT) |
commit | 89495847cf92c2a5956229210e60526f43232ecf (patch) | |
tree | 4c78f192a59fbafd5bcec5640aa2935276974237 /Source/cmIfCommand.h | |
parent | baeeb4082345577f90c2a21e6841f61995b34dbd (diff) | |
download | CMake-89495847cf92c2a5956229210e60526f43232ecf.zip CMake-89495847cf92c2a5956229210e60526f43232ecf.tar.gz CMake-89495847cf92c2a5956229210e60526f43232ecf.tar.bz2 |
STYLE: fix the docs
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 44d8558..86a6d21 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -117,11 +117,9 @@ public: " IF(NOT variable)\n" "True if the variable's value is empty, 0, FALSE, OFF, or NOTFOUND.\n" " IF(variable1 AND variable2)\n" - "True if both variables would be considered true individually. Only " - "one AND is allowed to keep expressions short.\n" + "True if both variables would be considered true individually.\n" " IF(variable1 OR variable2)\n" - "True if either variable would be considered true individually. Only " - "one OR is allowed to keep expressions short.\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" " IF(EXISTS file-name)\n" |