repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into staging
[qemu/ar7.git]
/
tests
/
qapi-schema
/
comments.json
blob
d31ef0d90aba6ae92869fda0aaaa62b6a29b2101
1
# Unindented comment
2
3
##
4
# @Status:
5
##
6
{ 'enum': 'Status', # Comment to the right of code
7
# Indented comment
8
'data': [ 'good', 'bad', 'ugly' ] }