]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qapi: Add blank lines before bulleted lists
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 17:56:33 +0000 (17:56 +0000)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 15 Feb 2020 10:41:50 +0000 (11:41 +0100)
We would like to switch the doc comments to rST format. rST
insists on a blank line before and after a bulleted list, but our
Texinfo doc generator did not. Add some extra blank lines in the doc
comments so they're acceptable rST input.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200213175647.17628-17-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/block-core.json
qapi/char.json
qapi/trace.json
qapi/ui.json

index 082aca3f69908521f4e387769a75adf1f01c38db..13dad62f4418d6f55a084be11dc5d19ccf5654bf 100644 (file)
 #
 # Once the tray opens, a DEVICE_TRAY_MOVED event is emitted. There are cases in
 # which no such event will be generated, these include:
+#
 # - if the guest has locked the tray, @force is false and the guest does not
 #   respond to the eject request
 # - if the BlockBackend denoted by @device does not have a guest device attached
index 8a9f1e750971424c30910ed0358357213191e09c..6907b2bfdbaa367fbdb287fee652d6edcbe63e4c 100644 (file)
 # @data: data to write
 #
 # @format: data encoding (default 'utf8').
+#
 #          - base64: data must be base64 encoded text.  Its binary
 #            decoding gets written.
 #          - utf8: data's UTF-8 encoding is written
 # @size: how many bytes to read at most
 #
 # @format: data encoding (default 'utf8').
+#
 #          - base64: the data read is returned in base64 encoding.
 #          - utf8: the data read is interpreted as UTF-8.
 #            Bug: can screw up when the buffer contains invalid UTF-8
index 4955e5a7503fce02a4ad58e5c1c47bf43fc2d089..47c68f04da7a349c50eae491a2ff4e01c78cddd1 100644 (file)
@@ -53,6 +53,7 @@
 # Returns: a list of @TraceEventInfo for the matching events
 #
 #          An event is returned if:
+#
 #          - its name matches the @name pattern, and
 #          - if @vcpu is given, the event has the "vcpu" property.
 #
index e4bd3d8ea760881b7e70f16c8ec32f30bb8eb7c8..89126da395bd83561fbc35e493fa562a811bb9e7 100644 (file)
 # Input event union.
 #
 # @type: the input type, one of:
+#
 #        - 'key': Input event of Keyboard
 #        - 'btn': Input event of pointer buttons
 #        - 'rel': Input event of relative pointer motion