qemu-e2k/tests/qapi-schema/doc-duplicated-since.json
Markus Armbruster 66227e9047 qapi: Recognize section tags and 'Features:' only after blank line
Putting a blank line before section tags and 'Features:' is good,
existing practice.  Enforce it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240216145841.2099240-12-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2024-02-26 10:43:56 +01:00

10 lines
81 B
JSON

# Do not allow duplicated Since section
##
# @foo:
#
# Since: 0
#
# Since: 1
##