summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Tkachenko <me@ratijas.tk>2021-10-18 20:28:07 +0300
committerIvan Tkachenko <me@ratijas.tk>2021-10-19 12:12:43 +0300
commitcb41c06e336580aede2bee08c6a593f149ecf378 (patch)
tree20f84ae16d8af70e73971a70934ad8b638bc9020
parentd7606bf73ce8447fa817a7f42e76bf0dc5416a0f (diff)
Doc: Fix formatting
Change-Id: Iad15843ba07cfd53372de171619fed9e19deec59 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index c003ed8c7..ce1bb4b3e 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -183,13 +183,13 @@
entire text in curly brackets.
\code
- \c {QLineEdit::QLineEdit(const QString &contents, QWidget *parent) :QWidget(parent)}
+ \c {QLineEdit::QLineEdit(const QString &contents, QWidget *parent) : QWidget(parent)}
\endcode
QDoc renders this as:
\quotation
- \c {QLineEdit::QLineEdit(const QString &contents, QWidget *parent) :QWidget(parent)}
+ \c {QLineEdit::QLineEdit(const QString &contents, QWidget *parent) : QWidget(parent)}
\endquotation
The \\c command accepts the special character \c \ within its