[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] qapi/ui: Drop note on naming of SpiceQueryMouseMode
From: |
Markus Armbruster |
Subject: |
[PATCH 5/5] qapi/ui: Drop note on naming of SpiceQueryMouseMode |
Date: |
Thu, 11 Jul 2024 13:22:28 +0200 |
Doc comments are reference documentation for users of QMP.
SpiceQueryMouseMode's doc comment contains a note explaining why it's
not named SpiceMouseMode: spice/enums.h has it already. Irrelevant
for users of QMP; delete the note.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
qapi/ui.json | 2 --
1 file changed, 2 deletions(-)
diff --git a/qapi/ui.json b/qapi/ui.json
index 5bcccbfc93..df089869a5 100644
--- a/qapi/ui.json
+++ b/qapi/ui.json
@@ -273,8 +273,6 @@
# @unknown: No information is available about mouse mode used by the
# spice server.
#
-# .. note:: spice/enums.h has a SpiceMouseMode already, hence the name.
-#
# Since: 1.1
##
{ 'enum': 'SpiceQueryMouseMode',
--
2.45.0