summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-09-24 08:40:06 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-10-08 06:48:58 +0000
commit3cee558b50ef87d08f34dc9d8ef0a1eab1a8fb2a (patch)
tree8ec87b86210f99a3ff222a7b2c7c344eecfd1536
parent5a127c9760a3107d8a18839bb2286653b0c290cf (diff)
Doc: Fix typo
Content wrapped in \c {} is output verbatim and should not be escaped. Thus, \c {\\meta} generates \\meta in the output, which is wrong. Pick-to: 6.2 Change-Id: Id2b99a3433bc660a1289372742875800703ac4ad Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 7a568c3df..c003ed8c7 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -3782,7 +3782,7 @@
and module name. These tags are displayed in Qt Creator's Welcome mode,
helping users navigate the list of examples.
- Additional tags can be created with \c {\\meta {tag} {tag1,[tag2,...]}}.
+ Additional tags can be created with \c {\meta {tag} {tag1,[tag2,...]}}.
For example:
\badcode
/ *!