summaryrefslogtreecommitdiff
path: root/Source/cmDocumentationFormatter.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-24 15:05:38 -0400
committerBrad King <brad.king@kitware.com>2014-04-25 08:41:31 -0400
commit478356e6d9755e5c09c2c5eff8375241cc0f2ea5 (patch)
treefb1b64f9608f24299afb68d590f31c8824b52d95 /Source/cmDocumentationFormatter.h
parent20b46a09e38be7521a903e1846716ce9a2ed2df6 (diff)
downloadcmake-478356e6d9755e5c09c2c5eff8375241cc0f2ea5.tar.gz
Restore --help-full option to output all help manuals
This option was removed during conversion to the reStructuredText documentation. Restore it. Process documentation starting at Help/index.rst so that all manuals are included in the output.
Diffstat (limited to 'Source/cmDocumentationFormatter.h')
-rw-r--r--Source/cmDocumentationFormatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatter.h b/Source/cmDocumentationFormatter.h
index 118f03d9d4..61766b944d 100644
--- a/Source/cmDocumentationFormatter.h
+++ b/Source/cmDocumentationFormatter.h
@@ -26,7 +26,7 @@ public:
/** Types of help provided. */
enum Type
{
- None, Version, Usage, ListManuals,
+ None, Version, Usage, Full, ListManuals,
ListCommands, ListModules, ListProperties, ListVariables, ListPolicies,
OneManual, OneCommand, OneModule, OneProperty, OneVariable, OnePolicy,
OldCustomModules