]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/union-unknown.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / union-unknown.json
index aa7e8143d81b5142a976a2f3add1a4ab79eca2b4..5042b23197283e911a3ee1f69346e3d656b3d94b 100644 (file)
@@ -1,3 +1,7 @@
 # we reject a union with unknown type in branch
+
+##
+# @Union:
+##
 { 'union': 'Union',
   'data': { 'unknown': 'MissingType' } }