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
configure: Remove old *-config-devices.mak.d files when running configure
[qemu/ar7.git]
/
tests
/
qapi-schema
/
doc-bad-section.json
blob
560df4b0878547d99ce012a4aa9110b0c0a72837
1
# = section within an expression comment
2
# BUG: not rejected
3
4
##
5
# @Enum:
6
# == Produces *invalid* texinfo
7
# @one: The _one_ {and only}
8
#
9
# @two is undocumented
10
##
11
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }