[couchdb-glib] Add desktopcouch to generated API reference
- From: Rodrigo Moya <rodrigo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [couchdb-glib] Add desktopcouch to generated API reference
- Date: Tue, 9 Feb 2010 16:38:45 +0000 (UTC)
commit 01072686ec862dc73e88d146c1ae652969433c6b
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Tue Feb 9 17:02:13 2010 +0100
Add desktopcouch to generated API reference
couchdb-glib/couchdb-session.c | 2 +-
doc/reference/Makefile.am | 7 ++++---
doc/reference/couchdb-glib-docs.sgml | 6 ++++++
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/couchdb-glib/couchdb-session.c b/couchdb-glib/couchdb-session.c
index c4fe8cc..caed646 100644
--- a/couchdb-glib/couchdb-session.c
+++ b/couchdb-glib/couchdb-session.c
@@ -273,7 +273,7 @@ couchdb_session_get_uri (CouchdbSession *couchdb)
*
* Retrieve the list of databases that exist in the CouchDB instance being used.
*
- * Return value: A #GSList of strings containing the names of all the databases
+ * Return value: A list of strings containing the names of all the databases
* that exist in the CouchDB instance connected to. Once no longer needed, this
* list can be freed by calling #couchdb_session_free_database_list.
*/
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 5cb843a..da396f5 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -30,8 +30,8 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files=trio
FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
-HFILE_GLOB=$(top_srcdir)/couchdb-glib/couchdb*.h
-CFILE_GLOB=$(top_srcdir)/couchdb-glib/couchdb*.c
+HFILE_GLOB=$(top_srcdir)/couchdb-glib/couchdb*.h $(top_srcdir)/desktopcouch-glib/desktopcouch*.h
+CFILE_GLOB=$(top_srcdir)/couchdb-glib/couchdb*.c $(top_srcdir)/desktopcouch-glib/desktopcouch*.c
# Header files to ignore when scanning.
IGNORE_HFILES= \
@@ -53,7 +53,8 @@ INCLUDES=-I$(top_srcdir)/couchdb-glib \
$(COUCHDB_GLIB_CFLAGS)
GTKDOC_LIBS=$(COUCHDB_GLIB_LIBS) \
- $(top_builddir)/couchdb-glib/libcouchdb-glib-1.0.la
+ $(top_builddir)/couchdb-glib/libcouchdb-glib-1.0.la \
+ $(top_builddir)/desktopcouch-glib/libdesktopcouch-glib-1.0.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
diff --git a/doc/reference/couchdb-glib-docs.sgml b/doc/reference/couchdb-glib-docs.sgml
index 4eec60b..08d3582 100644
--- a/doc/reference/couchdb-glib-docs.sgml
+++ b/doc/reference/couchdb-glib-docs.sgml
@@ -15,5 +15,11 @@
<xi:include href="xml/couchdb-database-info.xml"/>
<xi:include href="xml/couchdb-struct-field.xml"/>
</chapter>
+ <chapter>
+ <title>Desktopcouch API</title>
+ <xi:include href="xml/desktopcouch-session.xml"/>
+ <xi:include href="xml/desktopcouch-document.xml"/>
+ <xi:include href="xml/desktopcouch-document-contact.xml"/>
+ </chapter>
</book>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]