-add a comment what the class does

Alex

Merge-request: 2164
Reviewed-by: dt <qtc-committer@nokia.com>
This commit is contained in:
Alex Neundorf
2010-03-30 12:11:33 +02:00
committed by dt
parent 916623b473
commit 4d05808813

View File

@@ -37,6 +37,9 @@
namespace CMakeProjectManager {
namespace Internal {
/* This is a simple syntax highlighter for CMake files.
* It highlights variables, commands, strings and comments.
* Multi-line strings and variables inside strings are also recognized. */
class CMakeHighlighter : public QSyntaxHighlighter
{
Q_OBJECT