summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r--Source/cmDocumentation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index 3a0ac18..79023bc 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -28,7 +28,7 @@ public:
// High-level interface for standard documents:
/** Types of help provided. */
- enum Type { None, Usage, Full, HTML, Man, Copyright, Version };
+ enum Type { None, Usage, List, Full, HTML, Man, Copyright, Version };
/**
* Check command line arguments for documentation options. Returns
@@ -124,6 +124,7 @@ private:
void PrintCopyright(std::ostream& os);
void PrintVersion(std::ostream& os);
void PrintDocumentationUsage(std::ostream& os);
+ void PrintDocumentationList(std::ostream& os);
void PrintDocumentationFull(std::ostream& os);
void PrintDocumentationHTML(std::ostream& os);
void PrintDocumentationMan(std::ostream& os);