summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-22 08:44:51 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-06-22 08:44:51 -0400
commit1d9889c5d34d83b269697c0b09e840bf83066e6f (patch)
treee1aed919ac0b90dc4a25ac02a8d2cbee69a79977 /Source/cmDocumentation.h
parent1383368628411f3834e2e29e81be306db74c610f (diff)
downloadcmake-1d9889c5d34d83b269697c0b09e840bf83066e6f.tar.gz
ENH: put compatibility commands in extra section and prepare for creating
separate man pages for properties, modules, commands and compatibility commands Alex
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,