diff options
author | Tomas Frydrych <tf@linux.intel.com> | 2011-04-05 16:51:59 +0100 |
---|---|---|
committer | Tomas Frydrych <tf@linux.intel.com> | 2011-04-05 16:51:59 +0100 |
commit | 5336ec554da2958f1bdb8bb91604fd2877f5b7da (patch) | |
tree | 1d81ff5a6c61cf902fff2aa77d1e10bb985b9819 /docs | |
parent | f7cdda4655205ec5d97ed1dca8cffe071c8f0079 (diff) |
Updates to documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ytstenut-glib/Makefile.am | 10 | ||||
-rw-r--r-- | docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in | 11 |
2 files changed, 14 insertions, 7 deletions
diff --git a/docs/reference/ytstenut-glib/Makefile.am b/docs/reference/ytstenut-glib/Makefile.am index c396cea..6924ba9 100644 --- a/docs/reference/ytstenut-glib/Makefile.am +++ b/docs/reference/ytstenut-glib/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6 DOC_MODULE=ytstenut-glib # Uncomment for versioned docs and specify the version of the module, e.g. '2'. -#DOC_MODULE_VERSION=$(YTSTENUT_VERSION) +#DOC_MODULE_VERSION=$(YTSG_VERSION) # The top-level SGML file. You can change this if you want to. @@ -55,8 +55,8 @@ EXTRA_HFILES= # Header files to ignore when scanning. Use base file name, no paths # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES= \ - ns-marshal.h \ - ns-enum-types.h + ytsg-marshal.h \ + ytsg-enum-types.h # Images to copy into HTML directory. @@ -77,8 +77,8 @@ expand_content_files= # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES=-I$(top_srcdir)/ytstenut-glib $(YTSTENUT_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/ytstenut-glib/libytstenut-glib-@YTSTENUT_API_VERSION@.la $(YTSTENUT_LIBS) +INCLUDES=-I$(top_srcdir)/ytstenut-glib $(YTSG_CFLAGS) +GTKDOC_LIBS=$(top_builddir)/ytstenut-glib/libytstenut-glib-@YTSG_API_VERSION@.la $(YTSG_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff --git a/docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in b/docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in index 80e8445..14cc204 100644 --- a/docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in +++ b/docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in @@ -37,7 +37,7 @@ </legalnotice> </bookinfo> - <!-- <xi:include href="xml/overview.xml"/> --> + <xi:include href="xml/overview.xml"/> <part id="ytsg-reference"> @@ -46,7 +46,14 @@ <chapter id="ytsg-classes"> <title>Ytstenut-glib Objects</title> -<!-- <xi:include href="xml/ns-client.xml"/> --> + <xi:include href="xml/ytsg-client.xml"/> + <xi:include href="xml/ytsg-roster.xml"/> + <xi:include href="xml/ytsg-contact.xml"/> + <xi:include href="xml/ytsg-service.xml"/> + <xi:include href="xml/ytsg-metadata-service.xml"/> + <xi:include href="xml/ytsg-metadata.xml"/> + <xi:include href="xml/ytsg-status.xml"/> + <xi:include href="xml/ytsg-message.xml"/> </chapter> |