From 3cee558b50ef87d08f34dc9d8ef0a1eab1a8fb2a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Fri, 24 Sep 2021 08:40:06 +0200 Subject: Doc: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Topi Reiniƶ --- src/qdoc/doc/qdoc-manual-markupcmds.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / *! -- cgit v1.2.3