]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/enum-dict-member.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / enum-dict-member.json
index 79672e0f091ab56989b189cf8eb5fa7a08bf1e9d..69d30f0c1e0c02aef89866a7f465f3e8c8faa947 100644 (file)
@@ -1,2 +1,6 @@
 # we reject any enum member that is not a string
+
+##
+# @MyEnum:
+##
 { 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }