qapi: move QKeyCode doc body at the top

Following documentation guidelines.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170113144135.5150-3-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau 2017-01-13 15:41:16 +01:00 committed by Markus Armbruster
parent 3df58d4115
commit 515b17c27c

View file

@ -3615,6 +3615,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
@ -3625,10 +3629,6 @@
# @henkan: since 2.9
# @yen: since 2.9
#
# An enumeration of key name.
#
# This is used by the send-key command.
#
# Since: 1.3.0
#
##