]> Git Repo - qemu.git/blob - tests/qapi-schema/comments.json
qapi: Add a primitive to include other files from a QAPI schema file
[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' ] }
This page took 0.021215 seconds and 4 git commands to generate.