summaryrefslogtreecommitdiffstats
path: root/Source/cmEndForEachCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEndForEachCommand.h')
-rw-r--r--Source/cmEndForEachCommand.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmEndForEachCommand.h b/Source/cmEndForEachCommand.h
index 06a40fc..51d0575 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);