diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-04-03 17:33:43 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2009-04-03 17:33:43 +0000 |
commit | 6f2e0ad89cc5f4a7c6a34b547999eb359f8b89f0 (patch) | |
tree | 1ec89efa1a021aa32b02caf24c8c2c46f2449bed /docs | |
parent | 3b1eb05cc7806a665385d9052c00a93daeb65fd6 (diff) | |
download | totem-6f2e0ad89cc5f4a7c6a34b547999eb359f8b89f0.tar.gz |
Updated API documentation Makefile such that it isn't trying to document
2009-04-03 Philip Withnall <philip@tecnocode.co.uk>
* docs/reference/Makefile.am: Updated API documentation Makefile
such that it isn't trying to document marshalling API or plugins.
* docs/reference/totem-docs.xml: Updated API documentation's DocBook
version to 4.5.
svn path=/trunk/; revision=6239
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 28 | ||||
-rw-r--r-- | docs/reference/totem-docs.xml | 2 |
2 files changed, 23 insertions, 7 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 85d0746a4..e77d53287 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -48,12 +48,28 @@ CFILE_GLOB=$(top_srcdir)/src/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES = \ - totem-private.h \ - ev-sidebar.h \ - eggdesktopfile.h \ - eggfileformatchooser.h \ - eggsmclient.h \ - eggsmclient-private.h + totem-private.h \ + ev-sidebar.h \ + eggdesktopfile.h \ + eggfileformatchooser.h \ + eggsmclient.h \ + eggsmclient-private.h \ + totemobject-marshal.h \ + totemplaylist-marshal.h \ + totemvideolist-marshal.h + +# Plugin files +IGNORE_HFILES += \ + bacon-video-widget-properties.h \ + totem-gallery.h \ + totem-gallery-progress.h \ + totem-screenshot.h \ + totem-screenshot-plugin.h \ + totem-skipto.h \ + totem-skipto-plugin.h \ + totem-time-entry.h \ + totem-tracker-widget.h \ + totem-marshal.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff --git a/docs/reference/totem-docs.xml b/docs/reference/totem-docs.xml index 9eedbd142..6b06e43cf 100644 --- a/docs/reference/totem-docs.xml +++ b/docs/reference/totem-docs.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> <!ENTITY version SYSTEM "version.xml"> <!ENTITY slash "/"> |