diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 19:35:15 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 19:35:15 (GMT) |
commit | cacd6d160410660bcbc27f02b267833448c1eef1 (patch) | |
tree | 6162a797c69ca34936d8e1a34e296064435b0424 /Source/cmTestsRule.h | |
parent | 85d16dbd3568f2d21c2fc94284a33b093358ef4a (diff) | |
download | CMake-cacd6d160410660bcbc27f02b267833448c1eef1.zip CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.gz CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.bz2 |
ENH:Tweaks to dump documentation
Diffstat (limited to 'Source/cmTestsRule.h')
-rw-r--r-- | Source/cmTestsRule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTestsRule.h b/Source/cmTestsRule.h index 6ccfdab..cc1686c 100644 --- a/Source/cmTestsRule.h +++ b/Source/cmTestsRule.h @@ -60,7 +60,7 @@ public: /** * Succinct documentation. */ - virtual const char* TerseDocumentation() + virtual const char* GetTerseDocumentation() { return "Add a list of executables files that are run as tests."; } @@ -68,7 +68,7 @@ public: /** * More documentation. */ - virtual const char* FullDocumentation() + virtual const char* GetFullDocumentation() { return "TESTS(file1 file2 ...)"; |