Doc: replace occurrence of \starslash in widget docs
authorAndy Nichols <andy.nichols@nokia.com>
Tue, 21 Aug 2012 15:42:21 +0000 (17:42 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Aug 2012 11:22:23 +0000 (13:22 +0200)
Change-Id: I93c370e3d53b955057741bc3bf503e781fbb6244
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
examples/widgets/doc/syntaxhighlighter.qdoc

index e74cc34..2db485b 100644 (file)
     \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.