summary refs log tree commit diff stats
path: root/tests/qapi-schema/doc-bad-section.err
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2025-06-18 12:53:53 -0400
committerMarkus Armbruster <armbru@redhat.com>2025-07-14 10:08:27 +0200
commit62c4dc4b69ef7dcfcc476913a9c5fc15329e0290 (patch)
treee8ecbb695e5e28af83d616dc4ce9bdb39a10e02b /tests/qapi-schema/doc-bad-section.err
parent6c10778826a873b9012d95e63298a6f879debcaa (diff)
downloadfocaccia-qemu-62c4dc4b69ef7dcfcc476913a9c5fc15329e0290.tar.gz
focaccia-qemu-62c4dc4b69ef7dcfcc476913a9c5fc15329e0290.zip
qapi: lift restriction on using '=' in doc blocks
We reject lines starting with '=' in definition documentation.  This
made sense when such lines were headings in free-form documentation,
but not in definition documentation.

Before the previous commit, lines starting with '=' were headings in
free-form documentation, and rejected in definition documentation,
where such headings could not work.

The previous commit dropped the headings feature from free-form
documentation, because we can simply use plain rST headings.
Rejecting them in definition documentation no longer makes sense, so
drop that, too.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250618165353.1980365-6-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Amend commit message to explain why]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-bad-section.err')
-rw-r--r--tests/qapi-schema/doc-bad-section.err1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-bad-section.err b/tests/qapi-schema/doc-bad-section.err
deleted file mode 100644
index 785cacc08c..0000000000
--- a/tests/qapi-schema/doc-bad-section.err
+++ /dev/null
@@ -1 +0,0 @@
-doc-bad-section.json:5:1: unexpected '=' markup in definition documentation