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/cmExecutablesRule.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/cmExecutablesRule.h')
-rw-r--r-- | Source/cmExecutablesRule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExecutablesRule.h b/Source/cmExecutablesRule.h index e30ce8a..8026a33 100644 --- a/Source/cmExecutablesRule.h +++ b/Source/cmExecutablesRule.h @@ -56,7 +56,7 @@ public: /** * Succinct documentation. */ - virtual const char* TerseDocumentation() + virtual const char* GetTerseDocumentation() { return "Add a list of executables files."; } @@ -64,7 +64,7 @@ public: /** * More documentation. */ - virtual const char* FullDocumentation() + virtual const char* GetFullDocumentation() { return "EXECUTABLES(file1 file2 ...)"; |