qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v7 02/21] qapi: move QKeyCode doc body at the top


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH v7 02/21] qapi: move QKeyCode doc body at the top
Date: Mon, 9 Jan 2017 15:34:18 +0100

Following documentation guidelines.

Signed-off-by: Marc-André Lureau <address@hidden>
---
 qapi-schema.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 3bdc6d8869..2990efa95d 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3612,6 +3612,10 @@
 ##
 # @QKeyCode:
 #
+# An enumeration of key name.
+#
+# This is used by the @send-key command.
+#
 # @unmapped: since 2.0
 # @pause: since 2.0
 # @ro: since 2.4
@@ -3619,10 +3623,6 @@
 # @kp_equals: since 2.6
 # @power: since 2.6
 #
-# An enumeration of key name.
-#
-# This is used by the send-key command.
-#
 # Since: 1.3.0
 #
 ##
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]