summaryrefslogtreecommitdiffstats
path: root/Source/cmSubdirRule.h
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2001-01-12 19:35:15 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2001-01-12 19:35:15 (GMT)
commitcacd6d160410660bcbc27f02b267833448c1eef1 (patch)
tree6162a797c69ca34936d8e1a34e296064435b0424 /Source/cmSubdirRule.h
parent85d16dbd3568f2d21c2fc94284a33b093358ef4a (diff)
downloadCMake-cacd6d160410660bcbc27f02b267833448c1eef1.zip
CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.gz
CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.bz2
ENH:Tweaks to dump documentation
Diffstat (limited to 'Source/cmSubdirRule.h')
-rw-r--r--Source/cmSubdirRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirRule.h b/Source/cmSubdirRule.h
index ea26a59..5b708c6 100644
--- a/Source/cmSubdirRule.h
+++ b/Source/cmSubdirRule.h
@@ -57,7 +57,7 @@ public:
/**
* Succinct documentation.
*/
- virtual const char* TerseDocumentation()
+ virtual const char* GetTerseDocumentation()
{
return "Add a list of subdirectories to the build.";
}
@@ -65,7 +65,7 @@ public:
/**
* More documentation.
*/
- virtual const char* FullDocumentation()
+ virtual const char* GetFullDocumentation()
{
return
"SUBDIRS(dir1 dir2 ...)\n"