diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-22 12:44:51 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-22 12:44:51 (GMT) |
commit | 1d9889c5d34d83b269697c0b09e840bf83066e6f (patch) | |
tree | e1aed919ac0b90dc4a25ac02a8d2cbee69a79977 /Source/cmDocumentation.h | |
parent | 1383368628411f3834e2e29e81be306db74c610f (diff) | |
download | CMake-1d9889c5d34d83b269697c0b09e840bf83066e6f.zip CMake-1d9889c5d34d83b269697c0b09e840bf83066e6f.tar.gz CMake-1d9889c5d34d83b269697c0b09e840bf83066e6f.tar.bz2 |
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.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, |