]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/args-boxed-empty.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / args-boxed-empty.json
index 8e8cc2652581aee4f1b75a73a33bb3796aa6e9d2..52717e065fff7ab6345e9e6b95ae6f91973a429f 100644 (file)
@@ -1,11 +1,3 @@
 # 'boxed' requires a non-empty type
-
-##
-# @Empty:
-##
 { 'struct': 'Empty', 'data': {} }
-
-##
-# @foo:
-##
 { 'command': 'foo', 'boxed': true, 'data': 'Empty' }