John Snow <js...@redhat.com> writes: > Thanks for your service! > > Remove the old qapidoc and the option to enable the transmogrifier, > leaving the "transmogrifier" as the ONLY qapi doc generator. This in > effect also converts the QAPI test to use the new documentation > generator, too. > > Update doc-good.txt output to match the new doc generator, which I > should've done exactly when we switched over to the transmogrifier, but, > uhh, oops! > > Notes on the new format: > 1. per-member IFCOND documentation is missing. Known issue. > 2. Freeform documentation without a header is now copied through into > the output. This is an intentional change. >
Make that "This is a bug fix", and add Fixes: b61a4eb3f32 (docs/qapidoc: support header-less freeform sections) > Signed-off-by: John Snow <js...@redhat.com>