summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/codeeditor.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/codeeditor.qdoc')
-rw-r--r--doc/src/examples/codeeditor.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/examples/codeeditor.qdoc b/doc/src/examples/codeeditor.qdoc
index 23a2fd4140..c4c72c0278 100644
--- a/doc/src/examples/codeeditor.qdoc
+++ b/doc/src/examples/codeeditor.qdoc
@@ -190,6 +190,8 @@
used to implement parenthesis matching. In the \c
highlightCurrentLine(), the data of the currentBlock() can be
fetched with QTextBlock::userData(). Matching parentheses can be
- highlighted with an extra selection.
+ highlighted with an extra selection. The "Matching Parentheses
+ with QSyntaxHighlighter" article in Qt Quarterly 31 implements
+ this. You find it here: \l{http://doc.qt.nokia.com/qq/}.
*/