diff options
author | Brad King <brad.king@kitware.com> | 2003-02-14 18:47:16 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-02-14 18:47:16 -0500 |
commit | a02574158d178615cf8fd642695e5099b6041049 (patch) | |
tree | df9f52770e9c2ff771988ae1a91ec0b2287548da /Source/cmEndForEachCommand.h | |
parent | dec0b5106611cbccd1f75c1fa3371d66bdd69a47 (diff) | |
download | cmake-a02574158d178615cf8fd642695e5099b6041049.tar.gz |
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
Diffstat (limited to 'Source/cmEndForEachCommand.h')
-rw-r--r-- | Source/cmEndForEachCommand.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmEndForEachCommand.h b/Source/cmEndForEachCommand.h index 06a40fce0c..51d05750fd 100644 --- a/Source/cmEndForEachCommand.h +++ b/Source/cmEndForEachCommand.h @@ -64,7 +64,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "ends a foreach block"; + return "Ends a list of commands in a FOREACH block."; } /** @@ -72,7 +72,9 @@ public: */ virtual const char* GetFullDocumentation() { - return "ENDFOREACH(define)"; + return + " ENDFOREACH(expression)\n" + "See FOREACH command."; } cmTypeMacro(cmEndForEachCommand, cmCommand); |