Code changes only in QAPI generator scripts and tests. Generated code is identical. Generated documentation is improved slightly.
Markus Armbruster (6): qapi: Drop excessive Make dependencies on qapi2texi.py qapi2texi: Fix to actually fail when 'doc-required' is false qapi: Drop unused QAPIDoc member optional tests/qapi-schema: Make test-qapi.py print docs again tests/qapi-schema: Systematic positive doc comment tests qapi2texi: Fix translation of *strong* and _emphasized_ Makefile | 7 +- scripts/qapi.py | 1 - scripts/qapi2texi.py | 5 +- tests/Makefile.include | 13 ++- tests/qapi-schema/doc-good.err | 0 tests/qapi-schema/doc-good.exit | 1 + tests/qapi-schema/doc-good.json | 136 ++++++++++++++++++++++ tests/qapi-schema/doc-good.out | 148 ++++++++++++++++++++++++ tests/qapi-schema/doc-good.texi | 243 ++++++++++++++++++++++++++++++++++++++++ tests/qapi-schema/test-qapi.py | 11 ++ 10 files changed, 555 insertions(+), 10 deletions(-) create mode 100644 tests/qapi-schema/doc-good.err create mode 100644 tests/qapi-schema/doc-good.exit create mode 100644 tests/qapi-schema/doc-good.json create mode 100644 tests/qapi-schema/doc-good.out create mode 100644 tests/qapi-schema/doc-good.texi -- 2.7.4