ENH: Improve ctest_* command documentation

This corrects the terse documentation and adds detail to the full
documentation of some commands.  It also normalizes the layout of the
documentation string endings to make adding lines easier.
This commit is contained in:
Brad King
2009-02-20 15:50:57 -05:00
parent 17dc49c013
commit ab1b9b45ff
6 changed files with 36 additions and 19 deletions
+3 -2
View File
@@ -51,7 +51,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
return "Tests the repository.";
return "Collect coverage tool results.";
}
/**
@@ -63,7 +63,8 @@ public:
" ctest_coverage([BUILD build_dir] [RETURN_VALUE res])\n"
"Perform the coverage of the given build directory and stores results "
"in Coverage.xml. The second argument is a variable that will hold "
"value.";
"value."
;
}
cmTypeMacro(cmCTestCoverageCommand, cmCTestHandlerCommand);