diff options
author | Brad King <brad.king@kitware.com> | 2009-02-20 20:50:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-20 20:50:57 (GMT) |
commit | ab1b9b45ff0940e37fe31380957ef970a70350bf (patch) | |
tree | ec6f6b2919005af94cf2c1ffe8f1bff88630e4ae /Source/CTest/cmCTestCoverageCommand.h | |
parent | 17dc49c0139d559043eaee20bb53b516faa6a303 (diff) | |
download | CMake-ab1b9b45ff0940e37fe31380957ef970a70350bf.zip CMake-ab1b9b45ff0940e37fe31380957ef970a70350bf.tar.gz CMake-ab1b9b45ff0940e37fe31380957ef970a70350bf.tar.bz2 |
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.
Diffstat (limited to 'Source/CTest/cmCTestCoverageCommand.h')
-rw-r--r-- | Source/CTest/cmCTestCoverageCommand.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestCoverageCommand.h b/Source/CTest/cmCTestCoverageCommand.h index e9ae426..89f6df5 100644 --- a/Source/CTest/cmCTestCoverageCommand.h +++ b/Source/CTest/cmCTestCoverageCommand.h @@ -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); |