]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/alternate-nested.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-nested.json
index 9f83ebe2e0d54a28c4fa4845a473b8e4fd71ae6c..8e2218649158a5f322ee1c482c1d3a946d114527 100644 (file)
@@ -1,12 +1,5 @@
 # we reject a nested alternate branch
-
-##
-# @Alt1:
-##
 { 'alternate': 'Alt1',
   'data': { 'name': 'str', 'value': 'int' } }
-##
-# @Alt2:
-##
 { 'alternate': 'Alt2',
   'data': { 'nested': 'Alt1', 'b': 'bool' } }