qapi: Call QAPIDoc.check() always
commitfedc04c9fcbd9802d21848b4d55c436c003f4961
authorMarkus Armbruster <armbru@redhat.com>
Fri, 16 Feb 2024 14:58:36 +0000 (16 15:58 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 26 Feb 2024 09:43:56 +0000 (26 10:43 +0100)
tree317ebb4e49ec019b166a66f8729bc3f800c7a0ba
parent66227e90478b34a2bc4bbd4f11f5ea637184c20b
qapi: Call QAPIDoc.check() always

We currently call QAPIDoc.check() only for definition documentation.
Calling it for free-form documentation as well is simpler.  No change,
because it doesn't actually do anything there.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240216145841.2099240-13-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
scripts/qapi/schema.py