From 4d0580881392f90523404b29e1edf46474b32dc0 Mon Sep 17 00:00:00 2001
From: Alex Neundorf <neundorf@kde.org>
Date: Tue, 30 Mar 2010 12:11:33 +0200
Subject: [PATCH] -add a comment what the class does

Alex

Merge-request: 2164
Reviewed-by: dt <qtc-committer@nokia.com>
---
 src/plugins/cmakeprojectmanager/cmakehighlighter.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/plugins/cmakeprojectmanager/cmakehighlighter.h b/src/plugins/cmakeprojectmanager/cmakehighlighter.h
index ff3b6c6db85..dce5acf0579 100644
--- a/src/plugins/cmakeprojectmanager/cmakehighlighter.h
+++ b/src/plugins/cmakeprojectmanager/cmakehighlighter.h
@@ -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
-- 
GitLab