summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@nokia.com>2012-08-21 17:42:21 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 13:22:23 +0200
commit94b7832e31774e616a26848f374580269d24f5f8 (patch)
tree9e477ba4e3807bb46afe66dfbdf1c746c1aca0a7 /examples/widgets
parentadc5626f4fdeed30634a950bdaa2404d5e98a4de (diff)
Doc: replace occurrence of \starslash in widget docs
Change-Id: I93c370e3d53b955057741bc3bf503e781fbb6244 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/doc/syntaxhighlighter.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/syntaxhighlighter.qdoc b/examples/widgets/doc/syntaxhighlighter.qdoc
index e74cc342a4..2db485b808 100644
--- a/examples/widgets/doc/syntaxhighlighter.qdoc
+++ b/examples/widgets/doc/syntaxhighlighter.qdoc
@@ -111,7 +111,7 @@
\snippet widgets/richtext/syntaxhighlighter/highlighter.cpp 6
The C++ language has two variations of comments: The single line
- comment (\c //) and the multiline comment (\c{/*...}\starslash). The single
+ comment (\c //) and the multiline comment (\c{/*...*}\c{/}). The single
line comment can easily be defined through a highlighting rule
similar to the previous ones. But the multiline comment needs
special care due to the design of the QSyntaxHighlighter class.