diff options
Diffstat (limited to 'Source/cmAddTargetRule.h')
-rw-r--r-- | Source/cmAddTargetRule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAddTargetRule.h b/Source/cmAddTargetRule.h index 6272c32..65d57e8 100644 --- a/Source/cmAddTargetRule.h +++ b/Source/cmAddTargetRule.h @@ -58,7 +58,7 @@ public: /** * Succinct documentation. */ - virtual const char* TerseDocumentation() + virtual const char* GetTerseDocumentation() { return "Add an extra target to the build system."; } @@ -66,7 +66,7 @@ public: /** * More documentation. */ - virtual const char* FullDocumentation() + virtual const char* GetFullDocumentation() { return "ADD_TARGET(Name \"command to run\")"; |