summaryrefslogtreecommitdiffstats
path: root/gobject/docs
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-03-27 13:44:55 +0100
committerMatthew Booth <mbooth@redhat.com>2012-03-28 20:04:21 +0100
commit3b0cb4dfdc5471933a8f0682f368b7486fd1ebec (patch)
treed5835d2270a4317e9cb8bd1e9508b4c79c7b90e8 /gobject/docs
parent3311e110c7364be42b90b96894adce628135d8bf (diff)
downloadlibguestfs-3b0cb4dfdc5471933a8f0682f368b7486fd1ebec.tar.gz
libguestfs-3b0cb4dfdc5471933a8f0682f368b7486fd1ebec.tar.xz
libguestfs-3b0cb4dfdc5471933a8f0682f368b7486fd1ebec.zip
gobject: Split sources into 1 file per class
This greatly improves the usability of the generated gtk-doc. Although there is a lot of churn in generator_gobject.ml, this is almost exclusively code motion.
Diffstat (limited to 'gobject/docs')
-rw-r--r--gobject/docs/.gitignore1
-rw-r--r--gobject/docs/Makefile.am2
-rw-r--r--gobject/docs/guestfs-docs.sgml.in6
3 files changed, 3 insertions, 6 deletions
diff --git a/gobject/docs/.gitignore b/gobject/docs/.gitignore
index 735fd553..276c7667 100644
--- a/gobject/docs/.gitignore
+++ b/gobject/docs/.gitignore
@@ -7,6 +7,7 @@
/guestfs-overrides.txt
/guestfs.prerequisites
/guestfs.signals
+/guestfs-title.sgml
/guestfs.types
/guestfs-undeclared.txt
/guestfs-undocumented.txt
diff --git a/gobject/docs/Makefile.am b/gobject/docs/Makefile.am
index 94b7a2a6..4ea8a289 100644
--- a/gobject/docs/Makefile.am
+++ b/gobject/docs/Makefile.am
@@ -64,7 +64,7 @@ EXTRA_HFILES=
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES=
+IGNORE_HFILES=$(srcdir)/../guestfs-gobject.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/gobject/docs/guestfs-docs.sgml.in b/gobject/docs/guestfs-docs.sgml.in
index 0037864c..61f0481e 100644
--- a/gobject/docs/guestfs-docs.sgml.in
+++ b/gobject/docs/guestfs-docs.sgml.in
@@ -16,11 +16,7 @@
</releaseinfo>
</bookinfo>
- <chapter>
- <title>Libguestfs GObject Bindings</title>
- <xi:include href="xml/guestfs-gobject.xml"/>
-
- </chapter>
+ <xi:include href="guestfs-title.sgml"/>
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>