Re: [PATCH 1/7] qapi: Don't suppress doc generation without pragma doc-required

2019-10-01 Thread Eric Blake
On 10/1/19 2:15 PM, Markus Armbruster wrote: Commit bc52d03ff5 "qapi: Make doc comments optional where we don't need them" made scripts/qapi2texi.py fail[*] unless the schema had pragma 'doc-required': true. The stated reason was inability to cope with incomplete documentation. When commit fb0b

[PATCH 1/7] qapi: Don't suppress doc generation without pragma doc-required

2019-10-01 Thread Markus Armbruster
Commit bc52d03ff5 "qapi: Make doc comments optional where we don't need them" made scripts/qapi2texi.py fail[*] unless the schema had pragma 'doc-required': true. The stated reason was inability to cope with incomplete documentation. When commit fb0bc835e5 "qapi-gen: New common driver for code an