mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00

A negative test case crept into doc-good.json: invalid use of section markup we currently fail to reject. Move this into its own doc-bad-section.json. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20171002141341.24616-6-armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
13 lines
268 B
Text
13 lines
268 B
Text
enum Enum ['one', 'two']
|
|
enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool']
|
|
prefix QTYPE
|
|
object q_empty
|
|
doc symbol=Enum
|
|
body=
|
|
== Produces *invalid* texinfo
|
|
arg=one
|
|
The _one_ {and only}
|
|
arg=two
|
|
|
|
section=
|
|
@two is undocumented
|