Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/doc-bad-section.json
2023-03-06 14:48:14 +01:00

11 lines
174 B
JSON

# = section within an expression comment
##
# @Enum:
# == No good here
# @one: The _one_ {and only}
#
# @two is undocumented
##
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }