aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorenums.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-02-20 12:08:34 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-02-20 12:08:34 +0100
commit8002b1a94c027fe3550a9158cd6d22f0822e12e4 (patch)
tree14c0bd785a6b70f93915caa8d669627b635202f4 /src/plugins/cppeditor/cppeditorenums.h
parent5bf1f27e20ee72472066664a1a3765ad62416f12 (diff)
Customizable doxy formats.
Diffstat (limited to 'src/plugins/cppeditor/cppeditorenums.h')
-rw-r--r--src/plugins/cppeditor/cppeditorenums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditorenums.h b/src/plugins/cppeditor/cppeditorenums.h
index 9b4ce75c0d..5bca558ebf 100644
--- a/src/plugins/cppeditor/cppeditorenums.h
+++ b/src/plugins/cppeditor/cppeditorenums.h
@@ -51,6 +51,8 @@ enum CppFormats {
CppPreprocessorFormat,
CppLabelFormat,
CppCommentFormat,
+ CppDoxygenCommentFormat,
+ CppDoxygenTagFormat,
NumCppFormats
};