summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatter.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-09-23 17:42:49 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-15 14:46:54 (GMT)
commit6e68bc22733817783117b20efb8bf0169e9e98c7 (patch)
tree8f3415e6b4caadeafd5ce7594818a5a7d1194829 /Source/cmDocumentationFormatter.h
parentc9a5f34bd7d35ebf8a4a326481ce22e809de8e4c (diff)
downloadCMake-6e68bc22733817783117b20efb8bf0169e9e98c7.zip
CMake-6e68bc22733817783117b20efb8bf0169e9e98c7.tar.gz
CMake-6e68bc22733817783117b20efb8bf0169e9e98c7.tar.bz2
cmake: Add --help-policy-list option
All the other --help-<item> options have a corresponding option --help-<item>-list. Add one for --help-policy.
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 665b9b6..d8ce613 100644
--- a/Source/cmDocumentationFormatter.h
+++ b/Source/cmDocumentationFormatter.h
@@ -26,7 +26,7 @@ public:
/** Types of help provided. */
enum Type
{ None, Usage, Single, SingleModule, SingleProperty, SingleVariable,
- List, ModuleList, PropertyList, VariableList,
+ List, ModuleList, PropertyList, VariableList, PolicyList,
Full, Properties, Variables, Modules, CustomModules, Commands,
CompatCommands, Copyright, Version, Policies, SinglePolicy };