mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user