]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/enum-clash-member.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / enum-clash-member.json
index b6928b8bfdc9c221d1ff7dfbc345bc9259e2b4ae..fd52751941f348a3f2dc922b51c7fc4ff00eab3f 100644 (file)
@@ -1,2 +1,6 @@
 # we reject enums where members will clash when mapped to C enum
+
+##
+# @MyEnum:
+##
 { 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }