mirror of
https://github.com/qemu/qemu.git
synced 2026-05-17 15:39:58 +00:00
qapi: 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. Rephrase such descriptions not to. Well, I tried. Maybe not very hard. Sorry! Signed-off-by: John Snow <jsnow@redhat.com> Message-ID: <20250711051045.51110-5-jsnow@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> [Commit message amended to explain why] Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
committed by
Markus Armbruster
parent
0462da9d6b
commit
f7296f8de5
@@ -49,7 +49,7 @@
|
||||
#
|
||||
# @name: Event name pattern (case-sensitive glob).
|
||||
#
|
||||
# Returns: a list of @TraceEventInfo for the matching events
|
||||
# Returns: a list of info for the matching events
|
||||
#
|
||||
# Since: 2.2
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user