summaryrefslogtreecommitdiffstats
path: root/src/compositor
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-08-30 12:36:14 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-09-01 09:17:05 +0000
commitc0297a86f736e0d3ee0933a56597c9b4f7f69129 (patch)
treea2966f0a93d0890da35412f23465b35fd7dcfc58 /src/compositor
parenta46133a31dbb7dd42acc129af489adae0a335077 (diff)
Doc: Fix documentation warnings for undocumented parameters
Fixes undocumented parameter 'unicode' in QWaylandSeat::sendUnicodeKeyEvent(). Mark the module clear of documentation warnings. Change-Id: Ibac07b9027191230485343d417813485f39df022 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/compositor')
-rw-r--r--src/compositor/compositor_api/qwaylandseat.cpp4
-rw-r--r--src/compositor/doc/qtwaylandcompositor.qdocconf3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/compositor/compositor_api/qwaylandseat.cpp b/src/compositor/compositor_api/qwaylandseat.cpp
index b580783f0..b366a12c2 100644
--- a/src/compositor/compositor_api/qwaylandseat.cpp
+++ b/src/compositor/compositor_api/qwaylandseat.cpp
@@ -546,7 +546,7 @@ void QWaylandSeat::sendKeyEvent(int qtKey, bool pressed)
* \since 6.7
*
* Sends a key press (if \a pressed is \c true) or release (if \a pressed is \c false)
- * event of a UCS4 unicode through a text-input protocol.
+ * event of a UCS4 \a unicode through a text-input protocol.
*
* \note This function will not work properly if the client does not support the
* text-input protocol that the compositor supports.
@@ -554,7 +554,7 @@ void QWaylandSeat::sendKeyEvent(int qtKey, bool pressed)
/*!
* Sends a key press (if \a pressed is \c true) or release (if \a pressed is \c false)
- * event of a UCS4 unicode through a text-input protocol.
+ * event of a UCS4 \a unicode through a text-input protocol.
*
* \note This function will not work properly if the client does not support the
* text-input protocol that the compositor supports.
diff --git a/src/compositor/doc/qtwaylandcompositor.qdocconf b/src/compositor/doc/qtwaylandcompositor.qdocconf
index d1e3056e2..1bcae91ce 100644
--- a/src/compositor/doc/qtwaylandcompositor.qdocconf
+++ b/src/compositor/doc/qtwaylandcompositor.qdocconf
@@ -58,3 +58,6 @@ manifestmeta.thumbnail.names = *
navigation.landingpage = "Qt Wayland Compositor"
navigation.qmltypespage = "Qt Wayland Compositor QML Types"
navigation.cppclassespage = "Qt Wayland Compositor C++ Classes"
+
+# Enforce zero documentation warnings
+warninglimit = 0