mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
qapi: Fix malformed "Since:" section tags
"Since X.Y" is not recognized as a tagged section, and therefore not formatted as such in generated documentation. Fix by adding the required colon. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220422132807.1704411-1-armbru@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
10c2a0c5e7
commit
433a4fdc42
4 changed files with 4 additions and 5 deletions
|
@ -950,7 +950,7 @@
|
|||
# by device mapper
|
||||
# @smart: disk smart information (Since 7.1)
|
||||
#
|
||||
# Since 5.2
|
||||
# Since: 5.2
|
||||
##
|
||||
{ 'struct': 'GuestDiskInfo',
|
||||
'data': {'name': 'str', 'partition': 'bool', '*dependencies': ['str'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue