f965e8fea6
Unlike regular feature flags, the new special feature flag "deprecated" is recognized by the QAPI generator. For now, it's only permitted with commands, events, and struct members. It will be put to use shortly. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200317115459.31821-26-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> [Doc typo fixed]
4 lines
112 B
JSON
4 lines
112 B
JSON
# Feature 'deprecated' is not supported for types
|
|
{ 'struct': 'S', 'data': {},
|
|
'features': [ 'deprecated' ] }
|