aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-02-05 08:46:56 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-02-12 10:04:31 +0100
commit399c8cd3ba9215f8e4ea166dce0f6619071a4f66 (patch)
tree5614bb542ea7b55dfe30b30dc1e414f95dffc514 /docs
parent1ccdae0b6ef08ae03dc4d079068c27ce3b885cb5 (diff)
downloadqemu-399c8cd3ba9215f8e4ea166dce0f6619071a4f66.zip
qemu-399c8cd3ba9215f8e4ea166dce0f6619071a4f66.tar.gz
qemu-399c8cd3ba9215f8e4ea166dce0f6619071a4f66.tar.bz2
docs/devel/qapi-code-gen: Tweak doc comment whitespace
Missed in commit a937b6aa739 (qapi: Reformat doc comments to conform to current conventions). Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240205074709.3613229-3-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/qapi-code-gen.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/devel/qapi-code-gen.rst b/docs/devel/qapi-code-gen.rst
index 13d38db..69c8a1e 100644
--- a/docs/devel/qapi-code-gen.rst
+++ b/docs/devel/qapi-code-gen.rst
@@ -1019,7 +1019,7 @@ For example::
# @device: If the stats are for a virtual block device, the name
# corresponding to the virtual block device.
#
- # @node-name: The node name of the device. (since 2.3)
+ # @node-name: The node name of the device. (Since 2.3)
#
# ... more members ...
#
@@ -1035,7 +1035,8 @@ For example::
# Query the @BlockStats for all virtual block devices.
#
# @query-nodes: If true, the command will query all the block nodes
- # ... explain, explain ... (since 2.3)
+ # ... explain, explain ...
+ # (Since 2.3)
#
# Returns: A list of @BlockStats for each virtual block devices.
#