mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
docs/devel/qapi-code-gen: Fix a missing 'may', clarify SchemaInfo
Documentation of enumeration value conditions lacks a 'may'. Fix that. Clarify SchemaInfo documentation for struct and union types. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230213132009.918801-3-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
ebf1b324e8
commit
c2985e38f0
1 changed files with 4 additions and 5 deletions
|
|
@ -818,8 +818,8 @@ member 'bar' ::
|
||||||
|
|
||||||
A union's discriminator may not be conditional.
|
A union's discriminator may not be conditional.
|
||||||
|
|
||||||
Likewise, individual enumeration values be conditional. This requires
|
Likewise, individual enumeration values may be conditional. This
|
||||||
the longhand form of ENUM-VALUE_.
|
requires the longhand form of ENUM-VALUE_.
|
||||||
|
|
||||||
Example: an enum type with unconditional value 'foo' and conditional
|
Example: an enum type with unconditional value 'foo' and conditional
|
||||||
value 'bar' ::
|
value 'bar' ::
|
||||||
|
|
@ -1158,9 +1158,8 @@ Example: the SchemaInfo for EVENT_C from section Events_ ::
|
||||||
Type "q_obj-EVENT_C-arg" is an implicitly defined object type with
|
Type "q_obj-EVENT_C-arg" is an implicitly defined object type with
|
||||||
the two members from the event's definition.
|
the two members from the event's definition.
|
||||||
|
|
||||||
The SchemaInfo for struct and union types has meta-type "object".
|
The SchemaInfo for struct and union types has meta-type "object" and
|
||||||
|
variant member "members".
|
||||||
The SchemaInfo for a struct type has variant member "members".
|
|
||||||
|
|
||||||
The SchemaInfo for a union type additionally has variant members "tag"
|
The SchemaInfo for a union type additionally has variant members "tag"
|
||||||
and "variants".
|
and "variants".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue