diff options
author | Andy Nichols <[email protected]> | 2012-08-21 17:42:21 +0200 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-08-23 13:22:23 +0200 |
commit | 94b7832e31774e616a26848f374580269d24f5f8 (patch) | |
tree | 9e477ba4e3807bb46afe66dfbdf1c746c1aca0a7 | |
parent | adc5626f4fdeed30634a950bdaa2404d5e98a4de (diff) |
Doc: replace occurrence of \starslash in widget docs
Change-Id: I93c370e3d53b955057741bc3bf503e781fbb6244
Reviewed-by: Casper van Donderen <[email protected]>
-rw-r--r-- | examples/widgets/doc/syntaxhighlighter.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/syntaxhighlighter.qdoc b/examples/widgets/doc/syntaxhighlighter.qdoc index e74cc342a44..2db485b8088 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. |