mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
api: Generate docs for libvirt-common.h
Since commit f5d9c5d00cfc0c moved the virTypedParam stuff into libvirt-common we did not generate any docs for them and neither did we populate them into libvirt-api.xml. This broke the sanity check in libvirt python. Fix it by generating docs for libvirt-common.h too.
This commit is contained in:
parent
a253396a47
commit
9928387473
@ -28,6 +28,7 @@ apihtml = \
|
|||||||
$(apihtml_generated)
|
$(apihtml_generated)
|
||||||
|
|
||||||
apihtml_generated = \
|
apihtml_generated = \
|
||||||
|
html/libvirt-libvirt-common.html \
|
||||||
html/libvirt-libvirt-domain.html \
|
html/libvirt-libvirt-domain.html \
|
||||||
html/libvirt-libvirt-domain-snapshot.html \
|
html/libvirt-libvirt-domain-snapshot.html \
|
||||||
html/libvirt-libvirt-event.html \
|
html/libvirt-libvirt-event.html \
|
||||||
|
@ -21,6 +21,7 @@ debugsym=None
|
|||||||
# C parser analysis code
|
# C parser analysis code
|
||||||
#
|
#
|
||||||
included_files = {
|
included_files = {
|
||||||
|
"libvirt-common.h": "header with general libvirt API definitions",
|
||||||
"libvirt-domain.h": "header with general libvirt API definitions",
|
"libvirt-domain.h": "header with general libvirt API definitions",
|
||||||
"libvirt-domain-snapshot.h": "header with general libvirt API definitions",
|
"libvirt-domain-snapshot.h": "header with general libvirt API definitions",
|
||||||
"libvirt-event.h": "header with general libvirt API definitions",
|
"libvirt-event.h": "header with general libvirt API definitions",
|
||||||
|
@ -304,6 +304,10 @@
|
|||||||
</ul>
|
</ul>
|
||||||
-->
|
-->
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="html/libvirt-libvirt-common.html">Common</a>
|
||||||
|
<span>common APIs for the libvirt library</span>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="html/libvirt-libvirt-domain.html">Domain</a>
|
<a href="html/libvirt-libvirt-domain.html">Domain</a>
|
||||||
<span>domain APIs for the libvirt library</span>
|
<span>domain APIs for the libvirt library</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user