]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
docs: split typedef and struct definition for apibuild.py
authorClaudio Bley <claudio.bley@gmail.com>
Thu, 18 Dec 2014 20:50:20 +0000 (21:50 +0100)
committerClaudio Bley <claudio.bley@gmail.com>
Fri, 19 Dec 2014 21:22:09 +0000 (22:22 +0100)
commitf55572ca0189cd5130fb7d1e7da32a16d2ecf64d
tree57e74179686070acc2d4661c009349755fc7e1b5
parent65686e5a81d654d834d338fceeaf0229b2ca4f0d
docs: split typedef and struct definition for apibuild.py

The members of struct virSecurityLabel and struct virSecurityModel
were not shown in the libvirt API docs because the corresponding
<field> elements were missing from the libvirt-api.xml.

The reason is that apibuild.py does not cope well with typedef's
using inline struct definitions. It fails to associate the comment
with the typedef and because of this refuses to write out the
field of the struct.
include/libvirt/libvirt-host.h