qga: Rephrase return docs to avoid type name
"Returns: <description>" is rendered like
Return: <Type> – <description>
Mentioning the type in the description again is commonly redundant.
There is just one such description. Rephrase it not to mention the
type.
We did this for qapi/ in commit f7296f8de5 (qapi: rephrase return
docs to avoid type name).
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250717115246.3830007-4-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
d27340ff8a
commit
ef7e21964d
1 changed files with 1 additions and 2 deletions
|
|
@ -534,8 +534,7 @@
|
|||
# discarded. The default value is zero, meaning "discard every
|
||||
# free block".
|
||||
#
|
||||
# Returns: A @GuestFilesystemTrimResponse which contains the status of
|
||||
# all trimmed paths. (since 2.4)
|
||||
# Returns: status of all trimmed paths. (since 2.4)
|
||||
#
|
||||
# Since: 1.2
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue