diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-15 18:50:18 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-15 18:50:18 (GMT) |
commit | b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3 (patch) | |
tree | 89ba9f500e1b779e2e07abc40a57aa32b8bc4ff6 /Source/cmWhileCommand.h | |
parent | c8e832dcf5d1477192e19bf521f684c953d7751d (diff) | |
download | CMake-b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3.zip CMake-b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3.tar.gz CMake-b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3.tar.bz2 |
ENH: minor doc cleanups and an example of documenting a variable
Diffstat (limited to 'Source/cmWhileCommand.h')
-rw-r--r-- | Source/cmWhileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmWhileCommand.h b/Source/cmWhileCommand.h index d52e21a..cff9f5a 100644 --- a/Source/cmWhileCommand.h +++ b/Source/cmWhileCommand.h @@ -104,7 +104,7 @@ public: "without being invoked. Once the endwhile is evaluated, the " "recorded list of commands is invoked as long as the condition " "is true. The condition is evaulated using the same logic as the " - "IF command."; + "if command."; } cmTypeMacro(cmWhileCommand, cmCommand); |