Initial support for doxygen comments.

This commit is contained in:
Roberto Raggi
2009-02-20 11:52:27 +01:00
parent 4a259547fc
commit 4c5ff047f0
13 changed files with 1804 additions and 37 deletions

View File

@@ -61,6 +61,10 @@ public:
private:
void highlightWord(QStringRef word, int position, int length);
void highlightDoxygenComment(const QString &text, int position,
int length);
bool isPPKeyword(const QStringRef &text) const;
bool isQtKeyword(const QStringRef &text) const;