]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/comments.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / comments.json
1 # Unindented comment
2 { 'enum': 'Status', # Comment to the right of code
3 # Indented comment
4 'data': [ 'good', 'bad', 'ugly' ] }