diff options
author | Sami Shalayel <[email protected]> | 2024-09-13 15:56:51 +0200 |
---|---|---|
committer | Sami Shalayel <[email protected]> | 2024-09-19 18:35:25 +0200 |
commit | 67f16670fcf68cb4cbd26ca49e12df871a79c306 (patch) | |
tree | 824251a71c0775206661b0ee683d67025ce80049 | |
parent | 4a315da47a2168c7ee15450be18b31ca0f24ed59 (diff) |
doc: add escape in macro qmllintwarningcategory
Add missing \ to escape the \c correctly.
Pick-to: 6.8 6.8.0
Change-Id: If948b3911fa52ca02f5177147ccb21cab618604b
Reviewed-by: Ulf Hermann <[email protected]>
-rw-r--r-- | src/qml/doc/qtqml.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index e5d661b410..f5b66743e4 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -81,4 +81,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." |