diff options
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r-- | Source/cmDocumentation.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h index d97f77f..9962297 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, |