mirror of https://github.com/xemu-project/xemu.git
qapi: Indent tagged doc comment sections properly
docs/devel/qapi-code-gen demands that the "second and subsequent lines
of sections other than "Example"/"Examples" should be indented".
Commit a937b6aa73
(qapi: Reformat doc comments to conform to current
conventions) missed a few instances, and a few more have crept in
since. Indent them.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240120095327.666239-7-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
ae7ccd50c3
commit
e6ab40fee0
|
@ -391,8 +391,8 @@
|
|||
# @rows: console height, in chars
|
||||
#
|
||||
# Note: the options are only effective when the VNC or SDL graphical
|
||||
# display backend is active. They are ignored with the GTK, Spice, VNC
|
||||
# and D-Bus display backends.
|
||||
# display backend is active. They are ignored with the GTK,
|
||||
# Spice, VNC and D-Bus display backends.
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
|
|
|
@ -1060,8 +1060,8 @@
|
|||
#
|
||||
# Returns:
|
||||
# - Nothing on success
|
||||
# - If the balloon driver is enabled but not functional because the
|
||||
# KVM kernel module cannot support it, KVMMissingCap
|
||||
# - If the balloon driver is enabled but not functional because
|
||||
# the KVM kernel module cannot support it, KVMMissingCap
|
||||
# - If no balloon device is present, DeviceNotActive
|
||||
#
|
||||
# Notes: This command just issues a request to the guest. When it
|
||||
|
@ -1098,8 +1098,8 @@
|
|||
#
|
||||
# Returns:
|
||||
# - @BalloonInfo on success
|
||||
# - If the balloon driver is enabled but not functional because the
|
||||
# KVM kernel module cannot support it, KVMMissingCap
|
||||
# - If the balloon driver is enabled but not functional because
|
||||
# the KVM kernel module cannot support it, KVMMissingCap
|
||||
# - If no balloon device is present, DeviceNotActive
|
||||
#
|
||||
# Since: 0.14
|
||||
|
@ -1162,9 +1162,9 @@
|
|||
#
|
||||
# Returns:
|
||||
# - @HvBalloonInfo on success
|
||||
# - If no hv-balloon device is present, guest memory status reporting
|
||||
# is not enabled or no guest memory status report received yet,
|
||||
# GenericError
|
||||
# - If no hv-balloon device is present, guest memory status
|
||||
# reporting is not enabled or no guest memory status report
|
||||
# received yet, GenericError
|
||||
#
|
||||
# Since: 8.2
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue