On Fri, Mar 20, 2026, 9:52 AM Markus Armbruster <[email protected]> wrote:
> John Snow <[email protected]> writes: > > > Cajole the QAPI Doc parser into yelping if a QAPI Doc Block contains > > more than one paragraph of plaintext and has no instances of Members, > > Errors, Returns, or Features that would naturally delineate an > > introduction from additional details such as notes, examples, and > > additional details. > > > > Signed-off-by: John Snow <[email protected]> > > --- > > scripts/qapi/parser.py | 44 ++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 44 insertions(+) > > Test coverage, please. > Adding a FIXME for now. This patch is kind of a hack and we may find we want to refine it before merging, or maybe not. >
