summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2023-12-26 12:24:59 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-30 00:56:28 +0000
commitd2df6fbf85afcd28665abbcd95640ba188e4d9db (patch)
treedee54fb0eef51d5b851c25bdcce7a3b68dd3b38a
parent3133bd9b41067631ce41bafeb436048896c987f3 (diff)
Doc: Add missing '\' in QDoc command
Fixes: QTBUG-120393 Change-Id: I9a453f0c2bfb0e1c605c8db3e6a7d7c2e4282ef8 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 898a4641051c9504b870f1f9cbd041c64d5b0698) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 37c614837ff4be781985c10209c9e63b9a657fff)
-rw-r--r--examples/wayland/custom-extension/doc/src/custom-extension.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
index 5c5152f06..1da68f5d6 100644
--- a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
+++ b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
@@ -69,7 +69,7 @@
* In addition to inheriting from the generated class, we also inherit the class
* \l QWaylandCompositorExtensionTemplate which provides some additional convenience when dealing
* with extensions, using the
- * l{https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern}{Curiously Recurring Template Pattern}.
+ * \l{https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern}{Curiously Recurring Template Pattern}.
*
* Note that the \l QWaylandCompositorExtensionTemplate must be first in the inheritance list, since
* it is a \l{QObject}-based class.