]> Git Repo - qemu.git/commitdiff
qapi: use one symbol per line
authorMarc-André Lureau <[email protected]>
Thu, 17 Nov 2016 15:54:54 +0000 (19:54 +0400)
committerMarkus Armbruster <[email protected]>
Mon, 5 Dec 2016 16:41:38 +0000 (17:41 +0100)
The documentation parser we are going to add only handles a single
symbol per line.

Signed-off-by: Marc-André Lureau <[email protected]>
Message-Id: <20161117155504[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
qapi-schema.json
qapi/block-core.json

index 9c0b46aa364c2f26d9c9a98a69e66cabb89edf00..918a79f8ae1605c00bd1f6013ea512602151a614 100644 (file)
 ##
 # @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',
index 33bc93aca1c7eee249ee3786904b3473ef7edad0..96d0859efb4fad87261bc389492b8aa9715a8b31 100644 (file)
 #
 # Drivers that are supported in block device operations.
 #
-# @host_device, @host_cdrom: Since 2.1
+# @host_device: Since 2.1
+# @host_cdrom: Since 2.1
 # @gluster: Since 2.7
-# @nbd, @nfs, @replication, @ssh: Since 2.8
+# @nbd: Since 2.8
+# @nfs: Since 2.8
+# @replication: Since 2.8
+# @ssh: Since 2.8
 #
 # Since: 2.0
 ##
This page took 0.027474 seconds and 4 git commands to generate.