Merge lp:~rodrigo-moya/ubuntuone-client/libsd-api-docs into lp:ubuntuone-client

Proposed by Rodrigo Moya
Status: Merged
Approved by: dobey
Approved revision: 737
Merged at revision: 737
Proposed branch: lp:~rodrigo-moya/ubuntuone-client/libsd-api-docs
Merge into: lp:ubuntuone-client
Diff against target: 233 lines (+149/-10)
6 files modified
.bzrignore (+20/-0)
Makefile.am (+1/-10)
configure.ac (+9/-0)
docs/Makefile.am (+9/-0)
docs/reference/Makefile.am (+62/-0)
docs/reference/libsyncdaemon-docs.sgml (+48/-0)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntuone-client/libsd-api-docs
Reviewer Review Type Date Requested Status
Stuart Langridge (community) Approve
dobey (community) Approve
Review via email: mp+38832@code.launchpad.net

Commit message

Add infrastructure for auto-generated API docs for libsyncdaemon

Description of the change

Add infrastructure for auto-generated API docs for libsyncdaemon

To post a comment you must log in.
Revision history for this message
dobey (dobey) wrote :

make[3]: Entering directory `/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference'
gtk-doc: Scanning header files
gtk-doc: Compiling scanner
libtool: compile: gcc -I../../libsyncdaemon -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Werror -g -O2 -Wall -Werror -c libsyncdaemon-scan.c -fPIC -DPIC -o .libs/libsyncdaemon-scan.o
libtool: compile: gcc -I../../libsyncdaemon -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Werror -g -O2 -Wall -Werror -c libsyncdaemon-scan.c -o libsyncdaemon-scan.o >/dev/null 2>&1
gtk-doc: Linking scanner
libtool: link: gcc -g -O2 -Wall -Werror .libs/libsyncdaemon-scan.o -pthread -o .libs/libsyncdaemon-scan -L/lib -ldbus-glib-1 -ldbus-1 -lpthread /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so ../../libsyncdaemon/.libs/libsyncdaemon-1.0.so -pthread
.libs/libsyncdaemon-scan.o: In function `get_object_types':
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:43: undefined reference to `add_contact_dialog_get_type'
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:44: undefined reference to `contacts_view_get_type'
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:45: undefined reference to `file_watcher_get_type'
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:46: undefined reference to `gsd_ubuntuone_get_type'
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:47: undefined reference to `location_widget_get_type'
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:48: undefined reference to `share_dialog_get_type'
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:66: undefined reference to `u1_contacts_picker_get_type'
/home/dobey/Projects/canonical/ubuntuone-client/libsd-api-docs/docs/reference/libsyncdaemon-scan.c:67: undefined reference to `ubuntuone_nautilus_get_type'
collect2: ld returned 1 exit status
Linking of scanner failed:
make[3]: *** [scan-build.stamp] Error 1

review: Needs Fixing
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Stuart Langridge (sil) :
review: Approve
Revision history for this message
dobey (dobey) wrote :
Download full text (12.5 KiB)

The attempt to merge lp:~rodrigo-moya/ubuntuone-client/libsd-api-docs into lp:ubuntuone-client failed. Below is the output from the failed tests.

/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.67
checking for automake >= 1.10...
  testing automake-1.11... found 1.11.1
checking for libtool >= 1.5...
  testing libtoolize... found 2.2.6b
checking for intltool >= 0.30...
  testing intltoolize... found 0.41.1
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.25
checking for gtk-doc >= 1.0...
  testing gtkdocize... found 1.15
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.ac
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running intltoolize...
Running gtkdocize...
Running aclocal-1.11...
Running autoconf...
Running autoheader...
Running automake-1.11...
Running ./configure --enable-gtk-doc --enable-debug --with-protocol=/var/cache/tarmac/ubuntuone-storage-protocol/trunk --with-sso=/var/cache/tarmac/ubuntu-sso-client/trunk ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking ...

Revision history for this message
dobey (dobey) wrote :
Download full text (14.3 KiB)

The attempt to merge lp:~rodrigo-moya/ubuntuone-client/libsd-api-docs into lp:ubuntuone-client failed. Below is the output from the failed tests.

/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.67
checking for automake >= 1.10...
  testing automake-1.11... found 1.11.1
checking for libtool >= 1.5...
  testing libtoolize... found 2.2.6b
checking for intltool >= 0.30...
  testing intltoolize... found 0.41.1
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.25
checking for gtk-doc >= 1.0...
  testing gtkdocize... found 1.15
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.ac
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running intltoolize...
Running gtkdocize...
Running aclocal-1.11...
Running autoconf...
Running autoheader...
Running automake-1.11...
Running ./configure --enable-gtk-doc --enable-debug --with-protocol=/var/cache/tarmac/ubuntuone-storage-protocol/trunk --with-sso=/var/cache/tarmac/ubuntu-sso-client/trunk ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking ...

Revision history for this message
dobey (dobey) wrote :
Download full text (8.5 KiB)

The attempt to merge lp:~rodrigo-moya/ubuntuone-client/libsd-api-docs into lp:ubuntuone-client failed. Below is the output from the failed tests.

/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
(B testing autoconf2.50... not found.
  testing autoconf... found 2.67
checking for automake >= 1.10...
(B testing automake-1.11... found 1.11.1
checking for libtool >= 1.5...
(B testing libtoolize... found 2.2.6b
checking for intltool >= 0.30...
(B testing intltoolize... found 0.41.0
checking for pkg-config >= 0.14.0...
(B testing pkg-config... found 0.25
checking for gtk-doc >= 1.0...
(B testing gtkdocize... found 1.15
Checking for required M4 macros...
(BChecking for forbidden M4 macros...
(BProcessing ./configure.ac
(BRunning libtoolize...
(Blibtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running intltoolize...
(BRunning gtkdocize...
(BRunning aclocal-1.11...
(BRunning autoconf...
(BRunning autoheader...
(BRunning automake-1.11...
(BRunning ./configure --enable-gtk-doc --enable-debug --with-protocol=/var/cache/tarmac/ubuntuone-storage-protocol/trunk --with-sso=/var/cache/tarmac/ubuntu-sso-client/trunk ...
(Bchecking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum ...

Read more...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.bzrignore'
--- .bzrignore 2010-07-20 20:18:56 +0000
+++ .bzrignore 2010-10-19 15:39:44 +0000
@@ -38,6 +38,7 @@
38*.rendercache38*.rendercache
39*.service39*.service
40.intltool-merge-cache40.intltool-merge-cache
41gtk-doc.make
4142
42ubuntuone-client-*.tar.*43ubuntuone-client-*.tar.*
43hicolor44hicolor
@@ -45,6 +46,25 @@
45storageprotocol46storageprotocol
46clientdefs.py47clientdefs.py
47docs/syncdaemon_dbus_api.txt48docs/syncdaemon_dbus_api.txt
49docs/reference/html*
50docs/reference/libsyncdaemon-decl-list.txt
51docs/reference/libsyncdaemon-decl-list.txt.bak
52docs/reference/libsyncdaemon-decl.txt
53docs/reference/libsyncdaemon-decl.txt.bak
54docs/reference/libsyncdaemon-overrides.txt
55docs/reference/libsyncdaemon-sections.txt
56docs/reference/libsyncdaemon-undeclared.txt
57docs/reference/libsyncdaemon-undocumented.txt
58docs/reference/libsyncdaemon-unused.txt
59docs/reference/libsyncdaemon.args
60docs/reference/libsyncdaemon.hierarchy
61docs/reference/libsyncdaemon.interfaces
62docs/reference/libsyncdaemon.prerequisites
63docs/reference/libsyncdaemon.signals
64docs/reference/libsyncdaemon.types
65docs/reference/*.stamp
66docs/reference/tmpl
67docs/reference/xml*
48logging.conf68logging.conf
49ubuntuone-marshallers.[ch]69ubuntuone-marshallers.[ch]
5070
5171
=== modified file 'Makefile.am'
--- Makefile.am 2010-10-07 16:04:50 +0000
+++ Makefile.am 2010-10-19 15:39:44 +0000
@@ -1,6 +1,4 @@
1DISTCHECK_CONFIGURE_FLAGS = --disable-rendering --enable-pycentral --enable-debug1SUBDIRS = data libsyncdaemon nautilus po gsd-plugin docs
2
3SUBDIRS = data libsyncdaemon nautilus po gsd-plugin
42
5# Shut libtoolize up3# Shut libtoolize up
6ACLOCAL_AMFLAGS = -I m44ACLOCAL_AMFLAGS = -I m4
@@ -26,12 +24,6 @@
26libexec_SCRIPTS = \24libexec_SCRIPTS = \
27 bin/ubuntuone-syncdaemon25 bin/ubuntuone-syncdaemon
2826
29manfilesdir = $(mandir)/man1
30manfiles_DATA = \
31 docs/man/ubuntuone-preferences.1 \
32 docs/man/u1sdtool.1 \
33 docs/man/u1sync.1
34
35clientdefsdir = $(pythondir)/ubuntuone27clientdefsdir = $(pythondir)/ubuntuone
36clientdefs_in_files = ubuntuone/clientdefs.py.in28clientdefs_in_files = ubuntuone/clientdefs.py.in
37clientdefs_DATA = $(clientdefs_in_files:.py.in=.py)29clientdefs_DATA = $(clientdefs_in_files:.py.in=.py)
@@ -141,7 +133,6 @@
141 HACKING \133 HACKING \
142 bin \134 bin \
143 contrib \135 contrib \
144 docs \
145 tests \136 tests \
146 pylintrc137 pylintrc
147138
148139
=== modified file 'configure.ac'
--- configure.ac 2010-10-08 14:17:47 +0000
+++ configure.ac 2010-10-19 15:39:44 +0000
@@ -154,6 +154,13 @@
154fi154fi
155155
156##################################################156##################################################
157# Check for gtk-doc.
158##################################################
159GTK_DOC_CHECK(1.0)
160DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc --disable-rendering --enable-pycentral --enable-debug"
161AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
162
163##################################################
157# Check for introspection164# Check for introspection
158##################################################165##################################################
159GOBJECT_INTROSPECTION_CHECK([0.6.4])166GOBJECT_INTROSPECTION_CHECK([0.6.4])
@@ -222,6 +229,8 @@
222nautilus/Makefile229nautilus/Makefile
223po/Makefile.in230po/Makefile.in
224gsd-plugin/Makefile231gsd-plugin/Makefile
232docs/Makefile
233docs/reference/Makefile
225])234])
226235
227AC_OUTPUT236AC_OUTPUT
228237
=== added file 'docs/Makefile.am'
--- docs/Makefile.am 1970-01-01 00:00:00 +0000
+++ docs/Makefile.am 2010-10-19 15:39:44 +0000
@@ -0,0 +1,9 @@
1SUBDIRS = reference
2
3manfilesdir = $(mandir)/man1
4manfiles_DATA = \
5 man/ubuntuone-preferences.1 \
6 man/u1sdtool.1 \
7 man/u1sync.1
8
9EXTRA_DIST=$(manfiles_DATA)
0\ No newline at end of file10\ No newline at end of file
111
=== added directory 'docs/reference'
=== added file 'docs/reference/Makefile.am'
--- docs/reference/Makefile.am 1970-01-01 00:00:00 +0000
+++ docs/reference/Makefile.am 2010-10-19 15:39:44 +0000
@@ -0,0 +1,62 @@
1## Process this file with automake to produce Makefile.in
2
3# Dummy targets we need to make distcheck and check pass
4test test-report perf-report full-report:
5 ## Ignore
6
7# automake requirements
8AUTOMAKE_OPTIONS = 1.7
9
10# The name of the module
11DOC_MODULE=libsyncdaemon
12
13# The top-level SGML file. You can change this if you want to.
14DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
15
16# The directory containing the source code. Relative to $(srcdir).
17DOC_SOURCE_DIR=../../libsyncdaemon
18
19# Extra options to pass to gtkdoc-scangobj. Not normally needed.
20SCANGOBJ_OPTIONS=
21
22# Extra options to supply to gtkdoc-scan.
23# Fx --rebuild-types --rebuild-sections
24SCAN_OPTIONS=
25
26# Extra options to supply to gtkdoc-mkdb.
27MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files=trio
28
29# Extra options to supply to gtkdoc-fixref. Not normally needed.
30FIXXREF_OPTIONS=
31
32# Used for dependencies. The docs will be rebuilt if any of these change.
33HFILE_GLOB=$(top_srcdir)/libsyncdaemon/syncdaemon-*.h
34CFILE_GLOB=$(top_srcdir)/libsyncdaemon/syncdaemon-*.c
35
36# Header files to ignore when scanning.
37IGNORE_HFILES= \
38 utils.h
39
40# Images to copy into HTML directory.
41HTML_IMAGES=
42
43# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
44content_files =
45
46# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
47INCLUDES=-I$(top_srcdir)/libsyncdaemon \
48 $(DBUS_CFLAGS)
49
50GTKDOC_LIBS=$(DBUS_LIBS) \
51 $(top_builddir)/libsyncdaemon/libsyncdaemon-1.0.la
52
53# This includes the standard gtk-doc make rules, copied by gtkdocize.
54include $(top_srcdir)/gtk-doc.make
55
56# Other files to distribute
57# e.g. EXTRA_DIST += version.xml.in
58EXTRA_DIST += \
59 libsyncdaemon.types \
60 libsyncdaemon-docs.sgml
61# libsyncdaemon-sections.txt
62
063
=== added file 'docs/reference/libsyncdaemon-docs.sgml'
--- docs/reference/libsyncdaemon-docs.sgml 1970-01-01 00:00:00 +0000
+++ docs/reference/libsyncdaemon-docs.sgml 2010-10-19 15:39:44 +0000
@@ -0,0 +1,48 @@
1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4[
5 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
6]>
7<book id="index">
8 <bookinfo>
9 <title>libsyncdaemon Reference Manual</title>
10 <releaseinfo>
11 for libsyncdaemon [VERSION].
12 The latest version of this documentation can be found on-line at
13 <ulink role="online-location" url="http://[SERVER]/libsyncdaemon/index.html">http://[SERVER]/libsyncdaemon/</ulink>.
14 </releaseinfo>
15 </bookinfo>
16
17 <chapter>
18 <title>[Insert title here]</title>
19 <xi:include href="xml/syncdaemon-metadata.xml"/>
20 <xi:include href="xml/syncdaemon-events-interface.xml"/>
21 <xi:include href="xml/syncdaemon-file-info.xml"/>
22 <xi:include href="xml/syncdaemon-transfer-info.xml"/>
23 <xi:include href="xml/syncdaemon-share-info.xml"/>
24 <xi:include href="xml/syncdaemon-filesystem-interface.xml"/>
25 <xi:include href="xml/syncdaemon-status-interface.xml"/>
26 <xi:include href="xml/syncdaemon-config-interface.xml"/>
27 <xi:include href="xml/syncdaemon-publicfiles-interface.xml"/>
28 <xi:include href="xml/syncdaemon-authentication.xml"/>
29 <xi:include href="xml/syncdaemon-shares-interface.xml"/>
30 <xi:include href="xml/syncdaemon-credentials.xml"/>
31 <xi:include href="xml/syncdaemon-folders-interface.xml"/>
32 <xi:include href="xml/syncdaemon-daemon.xml"/>
33 <xi:include href="xml/syncdaemon-interface.xml"/>
34 <xi:include href="xml/syncdaemon-folder-info.xml"/>
35 <xi:include href="xml/syncdaemon-status-info.xml"/>
36
37 </chapter>
38 <chapter id="object-tree">
39 <title>Object Hierarchy</title>
40 <xi:include href="xml/tree_index.sgml"/>
41 </chapter>
42 <index id="api-index-full">
43 <title>API Index</title>
44 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
45 </index>
46
47 <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
48</book>

Subscribers

People subscribed via source and target branches