From 94b7832e31774e616a26848f374580269d24f5f8 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Tue, 21 Aug 2012 17:42:21 +0200 Subject: Doc: replace occurrence of \starslash in widget docs Change-Id: I93c370e3d53b955057741bc3bf503e781fbb6244 Reviewed-by: Casper van Donderen --- examples/widgets/doc/syntaxhighlighter.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3