X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qapi%2Fintrospect.json;h=1dbaef56eb2c0a8401d8ea579b9125799d892459;hb=87cc4c61020addea6a001b94b662596b1896d1b3;hp=f6adc439bb968bb5d219032418384af1bddce7d7;hpb=598cf1c805271564686f2d732b36f50c3c40dcdd;p=mirror_qemu.git diff --git a/qapi/introspect.json b/qapi/introspect.json index f6adc439bb..1dbaef56eb 100644 --- a/qapi/introspect.json +++ b/qapi/introspect.json @@ -163,10 +163,10 @@ # # @members: the object type's (non-variant) members, in no particular order. # -# @tag: #optional the name of the member serving as type tag. +# @tag: the name of the member serving as type tag. # An element of @members with this name must exist. # -# @variants: #optional variant members, i.e. additional members that +# @variants: variant members, i.e. additional members that # depend on the type tag's value. Present exactly when # @tag is present. The variants are in no particular order, # and may even differ from the order of the values of the @@ -190,7 +190,7 @@ # # @type: the name of the member's type. # -# @default: #optional default when used as command parameter. +# @default: default when used as command parameter. # If absent, the parameter is mandatory. # If present, the value must be null. The parameter is # optional, and behavior when it's missing is not specified