diff options
| author | Marc-André Lureau | 2016-11-17 16:54:54 +0100 |
|---|---|---|
| committer | Markus Armbruster | 2016-12-05 17:41:38 +0100 |
| commit | 9f2a70e465453193c756abc2a8f38e10a9774b3c (patch) | |
| tree | 324f53e97c89ae75f3581a12177d1ef610958d44 /qapi-schema.json | |
| parent | qapi: fix various symbols mismatch in documentation (diff) | |
| download | qemu-9f2a70e465453193c756abc2a8f38e10a9774b3c.tar.gz qemu-9f2a70e465453193c756abc2a8f38e10a9774b3c.tar.xz qemu-9f2a70e465453193c756abc2a8f38e10a9774b3c.zip | |
qapi: use one symbol per line
The documentation parser we are going to add only handles a single
symbol per line.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161117155504.21843-8-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 9c0b46aa36..918a79f8ae 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3612,15 +3612,19 @@ ## # @QKeyCode: # +# @unmapped: since 2.0 +# @pause: since 2.0 +# @ro: since 2.4 +# @kp_comma: since 2.4 +# @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 # -# 'unmapped' and 'pause' since 2.0 -# 'ro' and 'kp_comma' since 2.4 -# 'kp_equals' and 'power' since 2.6 ## { 'enum': 'QKeyCode', 'data': [ 'unmapped', |
