]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Simplify representation of QAPIDoc section text
authorMarkus Armbruster <armbru@redhat.com>
Mon, 2 Oct 2017 14:13:38 +0000 (16:13 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 20 Dec 2017 18:18:33 +0000 (19:18 +0100)
commit09331fced1c4e04109ccc9d6852f29e0453cf583
treea0d7f8af7856566e45d9eac6fab3add9ab024526
parentfc3f0df18711121ddbcd04bac3a6abb3fb9392be
qapi: Simplify representation of QAPIDoc section text

Use a string instead of a list of strings.

This makes qapi2texi.py generate additional blank lines.  They're
harmless, and the next commit will get rid of them again.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002141341.24616-9-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
scripts/qapi.py
scripts/qapi2texi.py
tests/qapi-schema/doc-good.texi
tests/qapi-schema/test-qapi.py