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:17:09 +0000
commit2d38af3f730ff9c0c70c7ef21aa1c88644eddc3b (patch)
tree74ed5296a4ad401df0727b8892b3de943c2b3187
parent63befa295c249812d6dc3107fff999daca8f54f3 (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 d40ad6abd..d166059d3 100644
--- a/src/qdoc/doc/qdoc-warnings.qdoc
+++ b/src/qdoc/doc/qdoc-warnings.qdoc
@@ -125,7 +125,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.