]> xenbits.xensource.com Git - libvirt.git/commitdiff
api: Generate docs for libvirt-common.h
authorPeter Krempa <pkrempa@redhat.com>
Thu, 21 Apr 2016 12:35:29 +0000 (14:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 21 Apr 2016 13:39:08 +0000 (15:39 +0200)
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
docs/apibuild.py
docs/sitemap.html.in

index 9524c94fc8eda4dabb34f5837bdbfc211af4e436..3ca53a492e453ee008cfd1dbc37205f065f001c3 100644 (file)
@@ -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              \
index 9e63270f1f9f1f35605b07ec320751b3d2047688..9c82c4a5e8afcef5ab2836445db04e80d8804699 100755 (executable)
@@ -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",
index 22e410c9642a2b48e13e059a873fbf9211ecd593..d5cf723f77006b6376f2d3efc9dbcbc2c93c9edc 100644 (file)
             </ul>
             -->
             <ul>
+              <li>
+                <a href="html/libvirt-libvirt-common.html">Common</a>
+                <span>common APIs for the libvirt library</span>
+              </li>
               <li>
                 <a href="html/libvirt-libvirt-domain.html">Domain</a>
                 <span>domain APIs for the libvirt library</span>