qapi: Fix misspelled section tags in doc comments

Section tags are case sensitive and end with a colon.  Screwing up
either gets them interpreted as ordinary paragraph.  Fix a few.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230425064223.820979-15-armbru@redhat.com>
This commit is contained in:
Markus Armbruster 2023-04-25 08:42:21 +02:00
parent 86bf13aea3
commit 7c3def93b1
2 changed files with 3 additions and 3 deletions

View file

@ -517,7 +517,7 @@
# @targets: Target root bridge IDs from -device ...,id=<ID> for each root
# bridge.
#
# Since 7.1
# Since: 7.1
##
{ 'struct': 'CXLFixedMemoryWindowOptions',
'data': {
@ -532,7 +532,7 @@
#
# @cxl-fmw: List of CXLFixedMemoryWindowOptions
#
# Since 7.1
# Since: 7.1
##
{ 'struct' : 'CXLFMWProperties',
'data': { 'cxl-fmw': ['CXLFixedMemoryWindowOptions'] }

View file

@ -1963,7 +1963,7 @@
#
# data: migration thread name
#
# returns: information about migration threads
# Returns: information about migration threads
#
# Since: 7.2
##