summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/doc/src/custom-extension.qdoc')
-rw-r--r--examples/wayland/custom-extension/doc/src/custom-extension.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
index 1da68f5d6..7b2cb0802 100644
--- a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
+++ b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
@@ -50,8 +50,8 @@
* becomes a call to a virtual function which can be implemented to provide the actual response.
*
* In order to have \c qtwaylandscanner run automatically as part of the build, we use the
- * CMake functions \c qt6_generate_wayland_protocol_server_sources() and
- * \c qt6_generate_wayland_protocol_client_sources() for generating the server-side and
+ * CMake functions \l{qt_generate_wayland_protocol_server_sources}{qt_generate_wayland_protocol_server_sources()} and
+ * \l{qt_generate_wayland_protocol_client_sources}{qt_generate_wayland_protocol_client_sources()} for generating the server-side and
* client-side glue code, respectively. (When using \c qmake, the \c WAYLANDSERVERSOURCES and
* \c WAYLANDCLIENTSOURCES variables achieve the same.)
*