diff options
| author | Markus Armbruster <armbru@redhat.com> | 2024-07-11 13:22:28 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2024-07-17 10:15:04 +0200 |
| commit | 29a9efb09f95cf54a45d4ed97b82d2158b1a3983 (patch) | |
| tree | 8fba8aa87a61869cedd8b2c7282a31c90eac0ef5 | |
| parent | 6cab0537926bafbb6be2fc93202611fa5113219b (diff) | |
| download | focaccia-qemu-29a9efb09f95cf54a45d4ed97b82d2158b1a3983.tar.gz focaccia-qemu-29a9efb09f95cf54a45d4ed97b82d2158b1a3983.zip | |
qapi/ui: Drop note on naming of SpiceQueryMouseMode
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> Message-ID: <20240711112228.2140606-6-armbru@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>
| -rw-r--r-- | qapi/ui.json | 2 |
1 files changed, 0 insertions, 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', |