qapi: Plug trivial documentation holes around former simple unions
The conversion of simple to flat unions left the @data members undocumented. Add documentation where it's trivial. Copy verbatim from the wrapped type's description where possible. Leftovers: String (to be taken care of in the next commit), and TransActionAction (left for another day). Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240205074709.3613229-13-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a57790f7d7
commit
2fecccbc84
7 changed files with 68 additions and 34 deletions
|
|
@ -119,6 +119,8 @@
|
|||
##
|
||||
# @InetSocketAddressWrapper:
|
||||
#
|
||||
# @data: internet domain socket address
|
||||
#
|
||||
# Since: 1.3
|
||||
##
|
||||
{ 'struct': 'InetSocketAddressWrapper',
|
||||
|
|
@ -127,6 +129,8 @@
|
|||
##
|
||||
# @UnixSocketAddressWrapper:
|
||||
#
|
||||
# @data: UNIX domain socket address
|
||||
#
|
||||
# Since: 1.3
|
||||
##
|
||||
{ 'struct': 'UnixSocketAddressWrapper',
|
||||
|
|
@ -135,6 +139,8 @@
|
|||
##
|
||||
# @VsockSocketAddressWrapper:
|
||||
#
|
||||
# @data: VSOCK domain socket address
|
||||
#
|
||||
# Since: 2.8
|
||||
##
|
||||
{ 'struct': 'VsockSocketAddressWrapper',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue