aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Shalayel <sami.shalayel@qt.io>2024-09-13 15:56:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-09-20 07:41:10 +0000
commit99a8cd43f818a1259756474458ff58890b088d7c (patch)
treeefc2076592b7fa664270f2ec9caf0008bd502b2b
parentc70530078e0672b28cfede9290b5e66ac23d7724 (diff)
doc: add escape in macro qmllintwarningcategory
Add missing \ to escape the \c correctly. Change-Id: If948b3911fa52ca02f5177147ccb21cab618604b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 67f16670fcf68cb4cbd26ca49e12df871a79c306) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 0e1f7a96883557f67a28cc94588072882411c673)
-rw-r--r--src/qml/doc/qtqml.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 5dfae9a308..742974d082 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -76,4 +76,4 @@ spurious += "C\\+\\+ class .*\\\\instantiates .*"
# Enforce zero documentation warnings
warninglimit = 0
-macro.qmllintwarningcategory = "This warning category is spelled \c{[\1]} by qmllint."
+macro.qmllintwarningcategory = "This warning category is spelled \\c{[\1]} by qmllint."