ENH: minor doc cleanups and an example of documenting a variable

This commit is contained in:
Ken Martin
2007-10-15 14:50:18 -04:00
parent c8e832dcf5
commit b63ff2fb6f
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -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);