From 99283874733b809a962df51c33ede4446f70bfe9 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 21 Apr 2016 14:35:29 +0200 Subject: [PATCH] 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. --- docs/Makefile.am | 1 + docs/apibuild.py | 1 + docs/sitemap.html.in | 4 ++++ 3 files changed, 6 insertions(+) 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 @@ -->