summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2022-08-26 16:01:09 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-29 18:02:09 +0000
commit1594023886b00981fc03b35904a98d37d8b278d3 (patch)
treec98b8ab7b7bb3312ddd8be61b2b6fca55d649344
parent4c4db3dcd4321d7b32e401ebec732b0546393ada (diff)
QDoc manual: drop extra backslash in macro
I'm pretty sure this was intended to use the macros, not show the macros in rendered text. Change-Id: I3ea75df206e6b43cb7fec606dabdf9bd3b9564db Reviewed-by: Luca Di Sera <luca.disera@qt.io> (cherry picked from commit f32b27c8dd8b18081572957b51f268eb69480e36) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qdoc/doc/qdoc-warnings.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/qdoc-warnings.qdoc b/src/qdoc/doc/qdoc-warnings.qdoc
index 1540a29a8..4468c8506 100644
--- a/src/qdoc/doc/qdoc-warnings.qdoc
+++ b/src/qdoc/doc/qdoc-warnings.qdoc
@@ -133,7 +133,7 @@
\section1 Cannot tie this documentation to anything
- QDoc found a \\beginqdoc ... \\endqdoc comment, with no \l{Topic Commands}{topic command}, that was
+ QDoc found a \beginqdoc ... \endqdoc comment, with no \l{Topic Commands}{topic command}, that was
not immediately followed by a class, function or property definition.
It thus does not know what the comment documents.