d98884b75d
Section markup in definition documentation makes no sense and can produce invalid Texinfo. Reject. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200320091805.5585-2-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
11 lines
174 B
JSON
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' ] }
|