summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r--Source/cmDocumentation.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index d97f77f234..9962297e0e 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -71,6 +71,9 @@ public:
/** Set the listfile commands for standard document generation. */
void SetCommandsSection(const cmDocumentationEntry*);
+ /** Set the listfile compat. commands for standard document generation. */
+ void SetCompatCommandsSection(const cmDocumentationEntry*);
+
/** Set the properties for standard document generation. */
void SetPropertiesSection(const cmDocumentationEntry*);
@@ -206,6 +209,10 @@ private:
void CreateUsageDocumentation();
void CreateFullDocumentation();
+ void CreateCurrentCommandDocumentation();
+ void CreateCompatCommandDocumentation();
+ void CreateModulesDocumentation();
+ void CreatePropertiesDocumentation();
void SetSection(const cmDocumentationEntry* header,
const cmDocumentationEntry* section,