diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-24 11:36:47 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-24 11:36:47 -0400 |
commit | c2f0aac146f6b990940240891b959dc1f394e80c (patch) | |
tree | eeda2906ff2af93817dd86f95648e78d90fde45d /Source/cmDocumentationFormatter.h | |
parent | 328615716c97531b7ccdb2b35679fe828ed27e0c (diff) | |
download | cmake-c2f0aac146f6b990940240891b959dc1f394e80c.tar.gz |
ENH: some more cleanup, fixes, and patch for HTML output
Diffstat (limited to 'Source/cmDocumentationFormatter.h')
-rw-r--r-- | Source/cmDocumentationFormatter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmDocumentationFormatter.h b/Source/cmDocumentationFormatter.h index 8ffd0649d5..b44026a8df 100644 --- a/Source/cmDocumentationFormatter.h +++ b/Source/cmDocumentationFormatter.h @@ -30,10 +30,10 @@ class cmDocumentationEnums public: /** Types of help provided. */ enum Type - { None, Usage, Single, SingleModule, SingleProperty, - List, ModuleList, PropertyList, - Full, Properties, Modules, CustomModules, Commands, CompatCommands, - Copyright, Version }; + { None, Usage, Single, SingleModule, SingleProperty, SingleVariable, + List, ModuleList, PropertyList, VariableList, + Full, Properties, Variables, Modules, CustomModules, Commands, + CompatCommands, Copyright, Version }; /** Forms of documentation output. */ enum Form { TextForm, HTMLForm, ManForm, UsageForm }; |