summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Lexer.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-02-20 11:52:27 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-02-20 11:52:27 +0100
commit4c5ff047f0a1831d1247ca73d889b283d01fd3fb (patch)
treeb6de5bfcf63aa22bc0a8265a7cc055a70ce132ae /src/shared/cplusplus/Lexer.h
parent4a259547fc5a8e456ca47c1fd218dae028c9e271 (diff)
downloadqt-creator-4c5ff047f0a1831d1247ca73d889b283d01fd3fb.tar.gz
Initial support for doxygen comments.
Diffstat (limited to 'src/shared/cplusplus/Lexer.h')
-rw-r--r--src/shared/cplusplus/Lexer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/shared/cplusplus/Lexer.h b/src/shared/cplusplus/Lexer.h
index 4cb62493db..fb9c80ef98 100644
--- a/src/shared/cplusplus/Lexer.h
+++ b/src/shared/cplusplus/Lexer.h
@@ -66,8 +66,9 @@ class CPLUSPLUS_EXPORT Lexer
public:
enum State {
- DefaultState,
- MultiLineCommentState
+ State_Default,
+ State_MultiLineComment,
+ State_MultiLineDoxyComment
};
Lexer(TranslationUnit *unit);