summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-20 20:50:57 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-20 20:50:57 (GMT)
commitab1b9b45ff0940e37fe31380957ef970a70350bf (patch)
treeec6f6b2919005af94cf2c1ffe8f1bff88630e4ae /Source/CTest/cmCTestMemCheckCommand.h
parent17dc49c0139d559043eaee20bb53b516faa6a303 (diff)
downloadCMake-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/cmCTestMemCheckCommand.h')
-rw-r--r--Source/CTest/cmCTestMemCheckCommand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestMemCheckCommand.h b/Source/CTest/cmCTestMemCheckCommand.h
index b55bbf1..a2a692f 100644
--- a/Source/CTest/cmCTestMemCheckCommand.h
+++ b/Source/CTest/cmCTestMemCheckCommand.h
@@ -53,7 +53,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Tests the repository.";
+ return "Run tests with a dynamic analysis tool.";
}
/**
@@ -65,7 +65,8 @@ public:
" ctest_memcheck([BUILD build_dir] [RETURN_VALUE res])\n"
"Performs a memory checking of tests in the given build directory and "
"stores results in MemCheck.xml. The second argument is a variable "
- "that will hold value.";
+ "that will hold value."
+ ;
}
cmTypeMacro(cmCTestMemCheckCommand, cmCTestTestCommand);