mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qapi: fix various symbols mismatch in documentation
There are various mismatch: - invalid symbols - section and member symbols mismatch - enum or union values vs 'type' The documentation parser catches all these cases. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20161117155504.21843-7-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
c5927e7abf
commit
4d5c8bc42f
5 changed files with 16 additions and 22 deletions
|
@ -2160,10 +2160,6 @@
|
|||
#
|
||||
# @type: Transport type used for gluster connection
|
||||
#
|
||||
# @unix: socket file
|
||||
#
|
||||
# @tcp: host address and port number
|
||||
#
|
||||
# This is similar to SocketAddress, only distinction:
|
||||
#
|
||||
# 1. GlusterServer is a flat union, SocketAddress is a simple union.
|
||||
|
|
|
@ -34,11 +34,11 @@
|
|||
#
|
||||
# A three-part version number.
|
||||
#
|
||||
# @qemu.major: The major version number.
|
||||
# @major: The major version number.
|
||||
#
|
||||
# @qemu.minor: The minor version number.
|
||||
# @minor: The minor version number.
|
||||
#
|
||||
# @qemu.micro: The micro version number.
|
||||
# @micro: The micro version number.
|
||||
#
|
||||
# Since: 2.4
|
||||
##
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
##
|
||||
# @Rocker:
|
||||
# @RockerSwitch:
|
||||
#
|
||||
# Rocker switch information.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue