diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2007-02-20 20:49:22 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2007-02-20 20:49:22 +0000 |
commit | 5885e8fd5c025eb11c1d46105753416c7822ce07 (patch) | |
tree | 23bf6f10c1e0ce8a6c88dff303a697249400da89 /docs | |
parent | 41d5e17776a2c891f2d63e852fbbc8fa425ae06c (diff) | |
download | pango-5885e8fd5c025eb11c1d46105753416c7822ce07.tar.gz |
Xrefs for glib and cairo in the docs. Add object hierarchy to the docs.
* configure.in:
* docs/Makefile.am:
* docs/pango-docs.sgml:
svn path=/trunk/; revision=2201
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 3 | ||||
-rw-r--r-- | docs/pango-docs.sgml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index a3d665a0..0446d96f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -80,7 +80,8 @@ HTML_IMAGES = \ rotated-text.png # Extra options to supply to gtkdoc-fixref -FIXXREF_OPTIONS= +FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \ + --extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo include $(top_srcdir)/gtk-doc.make diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 1c916154..c38cf8f7 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -30,6 +30,7 @@ <!ENTITY pango-Version SYSTEM "xml/pango-version.xml"> <!ENTITY pango-Vertical-Text SYSTEM "xml/vertical.xml"> <!ENTITY version SYSTEM "version.xml"> +<!ENTITY pango-tree-index SYSTEM "xml/tree_index.sgml"> ]> <book id="index"> <bookinfo> @@ -82,6 +83,10 @@ &pango-querymodules; </chapter> + <chapter id="pango-hierarchy"> + <title>Object Hierarchy</title> + &pango-tree-index; + </chapter> <index/> <index role="deprecated"> |