]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Conjure up QAPIDoc.ArgSection for undocumented members
authorMarkus Armbruster <armbru@redhat.com>
Wed, 15 Mar 2017 12:57:04 +0000 (13:57 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 16 Mar 2017 06:13:02 +0000 (07:13 +0100)
commit860e87786123368a97c879b6e7459b3f519bbc97
treebebab38694db21693e7f494cf75147b2034f20f5
parent069fb5b250c8f90caeb84dcc003e2147ccc4a782
qapi: Conjure up QAPIDoc.ArgSection for undocumented members

qapi2texi.py already conjures up ArgSections for undocumented
enumeration values, in texi_enum.  Drop that, and conjure them up for
all kinds of "arguments" (enumeration values, object and alternate
type members) in qapi.py instead.

Take care to keep generated documentation exactly the same for now.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1489582656-31133-16-git-send-email-armbru@redhat.com>
scripts/qapi.py
scripts/qapi2texi.py