From: Peter Krempa Date: Thu, 21 Apr 2016 12:35:29 +0000 (+0200) Subject: api: Generate docs for libvirt-common.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=99283874733b809a962df51c33ede4446f70bfe9;p=libvirt.git 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. --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 9524c94fc8..3ca53a492e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -28,6 +28,7 @@ apihtml = \ $(apihtml_generated) apihtml_generated = \ + html/libvirt-libvirt-common.html \ html/libvirt-libvirt-domain.html \ html/libvirt-libvirt-domain-snapshot.html \ html/libvirt-libvirt-event.html \ diff --git a/docs/apibuild.py b/docs/apibuild.py index 9e63270f1f..9c82c4a5e8 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -21,6 +21,7 @@ debugsym=None # C parser analysis code # included_files = { + "libvirt-common.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-event.h": "header with general libvirt API definitions", diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 22e410c964..d5cf723f77 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -304,6 +304,10 @@ -->