]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/alternate-clash.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-clash.json
index 97ca7c80e70a33f814ec916f8fa44a467584f175..6d73bc527b9a7f4594e375e6a802f72cbf6bfb93 100644 (file)
@@ -4,9 +4,5 @@
 # TODO: In the future, if alternates are simplified to not generate
 # the implicit Alt1Kind enum, we would still have a collision with the
 # resulting C union trying to have two members named 'a_b'.
-
-##
-# @Alt1:
-##
 { 'alternate': 'Alt1',
   'data': { 'a-b': 'str', 'a_b': 'int' } }