[evolution] Build developer documentation sections and types on the fly



commit 868db64421dd68c8c4034ea7cf3b8d9b6910ff98
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 23 16:08:23 2016 +0200

    Build developer documentation sections and types on the fly
    
    That also means less work for the developers/comment writers, as
    the new functions/comments are taken automatically into the generated
    documentation.

 doc/reference/evolution-mail-composer/Makefile.am  |   12 +
 .../evolution-mail-composer-docs.sgml              |    4 +
 .../evolution-mail-composer-sections.txt           |  227 -
 .../evolution-mail-composer.types                  |   17 -
 doc/reference/evolution-mail-engine/Makefile.am    |   12 +
 .../evolution-mail-engine-docs.sgml                |   28 +-
 .../evolution-mail-engine-sections.txt             |  352 --
 .../evolution-mail-engine.types                    |   10 -
 doc/reference/evolution-mail-formatter/Makefile.am |   12 +
 .../evolution-mail-formatter-docs.sgml             |    8 +
 .../evolution-mail-formatter-sections.txt          |  416 --
 .../evolution-mail-formatter.types                 |   33 -
 doc/reference/evolution-shell/Makefile.am          |   13 +
 .../evolution-shell/evolution-shell-docs.sgml      |   21 +-
 .../evolution-shell/evolution-shell-sections.txt   |  374 --
 .../evolution-shell/evolution-shell.types          |   19 -
 .../tmpl/e-mail-account-manager.sgml               |   72 -
 .../tmpl/e-mail-account-tree-view.sgml             |   90 -
 .../tmpl/e-mail-identity-combo-box.sgml            |   56 -
 doc/reference/evolution-util/Makefile.am           |   16 +-
 .../evolution-util/evolution-util-docs.sgml        |   80 +-
 .../evolution-util/evolution-util-sections.txt     | 5748 --------------------
 doc/reference/evolution-util/evolution-util.types  |  195 -
 23 files changed, 194 insertions(+), 7621 deletions(-)
---
diff --git a/doc/reference/evolution-mail-composer/Makefile.am 
b/doc/reference/evolution-mail-composer/Makefile.am
index 3fbc28f..65a51cb 100644
--- a/doc/reference/evolution-mail-composer/Makefile.am
+++ b/doc/reference/evolution-mail-composer/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # The directory containing the source code. Relative to $(srcdir).
 DOC_SOURCE_DIR=$(top_srcdir)/composer
 
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --rebuild-sections --rebuild-types
+
 # Used for dependencies. The docs will be rebuilt if any of these change.
 HFILE_GLOB=$(top_srcdir)/composer/*.h
 CFILE_GLOB=$(top_srcdir)/composer/*.c
@@ -17,6 +20,13 @@ IGNORE_HFILES= \
        e-composer-private.h \
        $(NULL)
 
+GITIGNOREFILES = \
+       $(DOC_MODULE)-overrides.txt \
+       $(DOC_MODULE)-sections.txt \
+       $(DOC_MODULE).hierarchy \
+       $(DOC_MODULE).types \
+       $(NULL)
+
 GTKDOC_CFLAGS= \
        -I$(top_srcdir)                                                 \
        -I$(top_builddir)                                               \
@@ -30,6 +40,8 @@ GTKDOC_LIBS=                                                          \
        $(GNOME_PLATFORM_LIBS)                                          \
        $(NULL)
 
+DISTCLEANFILES = $(GITIGNOREFILES)
+
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
 
diff --git a/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml 
b/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml
index b7d06b3..ea7742a 100644
--- a/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml
+++ b/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml
@@ -34,6 +34,10 @@
     <title>API Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
+  <index id="api-index-3.20" role="3.20">
+    <title>Index of new symbols in 3.20</title>
+    <xi:include href="xml/api-index-3.20.xml"><xi:fallback /></xi:include>
+  </index>
 
   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 </book>
diff --git a/doc/reference/evolution-mail-engine/Makefile.am b/doc/reference/evolution-mail-engine/Makefile.am
index 6d44a99..3d1ac1d 100644
--- a/doc/reference/evolution-mail-engine/Makefile.am
+++ b/doc/reference/evolution-mail-engine/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # The directory containing the source code. Relative to $(srcdir).
 DOC_SOURCE_DIR=$(top_srcdir)/libemail-engine
 
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --rebuild-sections --rebuild-types
+
 # Used for dependencies. The docs will be rebuilt if any of these change.
 HFILE_GLOB=$(top_srcdir)/libemail-engine/*.h
 CFILE_GLOB=$(top_srcdir)/libemail-engine/*.c
@@ -16,6 +19,13 @@ IGNORE_HFILES= \
        e-mail-engine-enumtypes.h \
        $(NULL)
 
+GITIGNOREFILES = \
+       $(DOC_MODULE)-overrides.txt \
+       $(DOC_MODULE)-sections.txt \
+       $(DOC_MODULE).hierarchy \
+       $(DOC_MODULE).types \
+       $(NULL)
+
 GTKDOC_CFLAGS= \
        -I$(top_srcdir)                                                 \
        -I$(top_builddir)                                               \
@@ -29,6 +39,8 @@ GTKDOC_LIBS=                                                          \
        $(GNOME_PLATFORM_LIBS)                                          \
        $(NULL)
 
+DISTCLEANFILES = $(GITIGNOREFILES)
+
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
 
diff --git a/doc/reference/evolution-mail-engine/evolution-mail-engine-docs.sgml 
b/doc/reference/evolution-mail-engine/evolution-mail-engine-docs.sgml
index f1cea53..8b3855f 100644
--- a/doc/reference/evolution-mail-engine/evolution-mail-engine-docs.sgml
+++ b/doc/reference/evolution-mail-engine/evolution-mail-engine-docs.sgml
@@ -17,6 +17,7 @@
     <title>Classes</title>
     <xi:include href="xml/camel-null-store.xml"/>
     <xi:include href="xml/camel-sasl-xoauth2.xml"/>
+    <xi:include href="xml/camel-sasl-oauth2-google.xml"/>
     <xi:include href="xml/e-mail-junk-filter.xml"/>
     <xi:include href="xml/e-mail-session.xml"/>
     <xi:include href="xml/em-filter-folder-element.xml"/>
@@ -27,11 +28,20 @@
 
   <chapter>
     <title>Utilities</title>
-    <xi:include href="xml/mail-folder-utilities.xml"/>
-    <xi:include href="xml/mail-session-utilities.xml"/>
-    <xi:include href="xml/mail-store-utilities.xml"/>
-    <xi:include href="xml/miscellaneous-utilities.xml"/>
-    <xi:include href="xml/legacy-utilities.xml"/>
+    <xi:include href="xml/e-mail-folder-utils.xml"/>
+    <xi:include href="xml/e-mail-session-utils.xml"/>
+    <xi:include href="xml/e-mail-store-utils.xml"/>
+    <xi:include href="xml/e-mail-utils.xml"/>
+  </chapter>
+
+  <chapter>
+    <title>Miscellaneous</title>
+    <xi:include href="xml/e-mail-engine-enums.xml"/>
+    <xi:include href="xml/mail-config.xml"/>
+    <xi:include href="xml/mail-mt.xml"/>
+    <xi:include href="xml/mail-ops.xml"/>
+    <xi:include href="xml/mail-tools.xml"/>
+    <xi:include href="xml/mail-vfolder.xml"/>
   </chapter>
 
   <chapter id="object-tree">
@@ -43,6 +53,14 @@
     <title>API Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
+  <index id="api-index-3.18" role="3.18">
+    <title>Index of new symbols in 3.18</title>
+    <xi:include href="xml/api-index-3.18.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.16" role="3.16">
+    <title>Index of new symbols in 3.16</title>
+    <xi:include href="xml/api-index-3.16.xml"><xi:fallback /></xi:include>
+  </index>
 
   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 </book>
diff --git a/doc/reference/evolution-mail-formatter/Makefile.am 
b/doc/reference/evolution-mail-formatter/Makefile.am
index ed313fc..5f23229 100644
--- a/doc/reference/evolution-mail-formatter/Makefile.am
+++ b/doc/reference/evolution-mail-formatter/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # The directory containing the source code. Relative to $(srcdir).
 DOC_SOURCE_DIR=$(top_srcdir)/em-format
 
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --rebuild-sections --rebuild-types
+
 # Used for dependencies. The docs will be rebuilt if any of these change.
 HFILE_GLOB=$(top_srcdir)/em-format/*.h
 CFILE_GLOB=$(top_srcdir)/em-format/*.c
@@ -16,6 +19,13 @@ IGNORE_HFILES= \
        e-mail-formatter-enumtypes.h \
        $(NULL)
 
+GITIGNOREFILES = \
+       $(DOC_MODULE)-overrides.txt \
+       $(DOC_MODULE)-sections.txt \
+       $(DOC_MODULE).hierarchy \
+       $(DOC_MODULE).types \
+       $(NULL)
+
 GTKDOC_CFLAGS= \
        -I$(top_srcdir)                                                 \
        -I$(top_builddir)                                               \
@@ -29,6 +39,8 @@ GTKDOC_LIBS=                                                          \
        $(GNOME_PLATFORM_LIBS)                                          \
        $(NULL)
 
+DISTCLEANFILES = $(GITIGNOREFILES)
+
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
 
diff --git a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-docs.sgml 
b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-docs.sgml
index f3d0e38..13530c4 100644
--- a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-docs.sgml
+++ b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-docs.sgml
@@ -23,6 +23,7 @@
     <xi:include href="xml/e-mail-part-list.xml"/>
     <xi:include href="xml/e-mail-part-attachment.xml"/>
     <xi:include href="xml/e-mail-part-attachment-bar.xml"/>
+    <xi:include href="xml/e-mail-part-audio.xml"/>
     <xi:include href="xml/e-mail-part-headers.xml"/>
     <xi:include href="xml/e-mail-part-image.xml"/>
   </chapter>
@@ -38,6 +39,9 @@
     <title>Miscellaneous</title>
     <xi:include href="xml/e-mail-inline-filter.xml"/>
     <xi:include href="xml/e-mail-stripsig-filter.xml"/>
+    <xi:include href="xml/e-mail-formatter-enums.xml"/>
+    <xi:include href="xml/e-mail-formatter-utils.xml"/>
+    <xi:include href="xml/e-mail-part-utils.xml"/>
   </chapter>
 
   <chapter id="object-tree">
@@ -50,4 +54,8 @@
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
 
+  <index id="api-index-3.8" role="3.8">
+    <title>Index of new symbols in 3.8</title>
+    <xi:include href="xml/api-index-3.8.xml"><xi:fallback /></xi:include>
+  </index>
 </book>
diff --git a/doc/reference/evolution-shell/Makefile.am b/doc/reference/evolution-shell/Makefile.am
index c64068e..acff4fa 100644
--- a/doc/reference/evolution-shell/Makefile.am
+++ b/doc/reference/evolution-shell/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # The directory containing the source code. Relative to $(srcdir).
 DOC_SOURCE_DIR=$(top_srcdir)/shell
 
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --rebuild-sections --rebuild-types
+
 # Used for dependencies. The docs will be rebuilt if any of these change.
 HFILE_GLOB=$(top_srcdir)/shell/*.h
 CFILE_GLOB=$(top_srcdir)/shell/*.c
@@ -15,6 +18,14 @@ CFILE_GLOB=$(top_srcdir)/shell/*.c
 IGNORE_HFILES= \
        evo-version.h \
        e-shell-window-private.h \
+       e-shell-enumtypes.h \
+       $(NULL)
+
+GITIGNOREFILES = \
+       $(DOC_MODULE)-overrides.txt \
+       $(DOC_MODULE)-sections.txt \
+       $(DOC_MODULE).hierarchy \
+       $(DOC_MODULE).types \
        $(NULL)
 
 GTKDOC_CFLAGS= \
@@ -32,6 +43,8 @@ GTKDOC_LIBS=                                                          \
        $(GNOME_PLATFORM_LIBS)                                          \
        $(NULL)
 
+DISTCLEANFILES = $(GITIGNOREFILES)
+
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
 
diff --git a/doc/reference/evolution-shell/evolution-shell-docs.sgml 
b/doc/reference/evolution-shell/evolution-shell-docs.sgml
index ba1305e..3e03902 100644
--- a/doc/reference/evolution-shell/evolution-shell-docs.sgml
+++ b/doc/reference/evolution-shell/evolution-shell-docs.sgml
@@ -29,8 +29,12 @@
 
   <chapter>
     <title>Actions</title>
-    <xi:include href="xml/shell-actions.xml"/>
-    <xi:include href="xml/action-groups.xml"/>
+    <xi:include href="xml/e-shell-window-actions.xml"/>
+  </chapter>
+
+  <chapter>
+    <title>Miscellaneous</title>
+    <xi:include href="xml/e-shell-migrate.xml"/>
   </chapter>
 
   <chapter id="object-tree">
@@ -42,5 +46,18 @@
     <title>Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
+  <index id="api-index-3.16" role="3.16">
+    <title>Index of new symbols in 3.16</title>
+    <xi:include href="xml/api-index-3.16.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.10" role="3.10">
+    <title>Index of new symbols in 3.10</title>
+    <xi:include href="xml/api-index-3.10.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.4" role="3.4">
+    <title>Index of new symbols in 3.4</title>
+    <xi:include href="xml/api-index-3.4.xml"><xi:fallback /></xi:include>
+  </index>
 
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 </book>
diff --git a/doc/reference/evolution-util/Makefile.am b/doc/reference/evolution-util/Makefile.am
index 48d1d13..2d1b169 100644
--- a/doc/reference/evolution-util/Makefile.am
+++ b/doc/reference/evolution-util/Makefile.am
@@ -4,12 +4,12 @@ DOC_MODULE = evolution-util
 # The top-level SGML file.
 DOC_MAIN_SGML_FILE = evolution-util-docs.sgml
 
-# Extra options to supply to gtkdoc-scan.
-SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
-
 # The directory containing the source code. Relative to $(srcdir).
 DOC_SOURCE_DIR = $(top_srcdir)/e-util
 
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --rebuild-sections --rebuild-types
+
 # Used for dependencies. The docs will be rebuilt if any of these change.
 HFILE_GLOB = $(top_srcdir)/e-util/*.h
 CFILE_GLOB = $(top_srcdir)/e-util/*.c
@@ -32,6 +32,7 @@ IGNORE_HFILES = \
        gal-a11y-e-cell.h \
        gal-a11y-e-cell-popup.h \
        gal-a11y-e-cell-registry.h \
+       gal-a11y-e-cell-text.h \
        gal-a11y-e-cell-toggle.h \
        gal-a11y-e-cell-tree.h \
        gal-a11y-e-cell-vbox.h \
@@ -50,6 +51,13 @@ IGNORE_HFILES = \
        gal-a11y-util.h \
        $(NULL)
 
+GITIGNOREFILES = \
+       $(DOC_MODULE)-overrides.txt \
+       $(DOC_MODULE)-sections.txt \
+       $(DOC_MODULE).hierarchy \
+       $(DOC_MODULE).types \
+       $(NULL)
+
 GTKDOC_CFLAGS  =                                       \
        -I$(top_srcdir)                                 \
        -I$(top_builddir)                               \
@@ -66,6 +74,8 @@ GTKDOC_LIBS =                                                 \
 # Extra options to supply to gtkdoc-mkdb
 MKDB_OPTIONS = --output-format=xml --sgml-mode
 
+DISTCLEANFILES = $(GITIGNOREFILES)
+
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
 
diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml 
b/doc/reference/evolution-util/evolution-util-docs.sgml
index cdf3410..1727cc7 100644
--- a/doc/reference/evolution-util/evolution-util-docs.sgml
+++ b/doc/reference/evolution-util/evolution-util-docs.sgml
@@ -54,6 +54,7 @@
     <xi:include href="xml/e-attachment-icon-view.xml"/>
     <xi:include href="xml/e-attachment-tree-view.xml"/>
     <xi:include href="xml/e-attachment-handler.xml"/>
+    <xi:include href="xml/e-attachment-handler-image.xml"/>
   </chapter>
 
   <chapter>
@@ -111,6 +112,7 @@
     <xi:include href="xml/e-html-editor-cell-dialog.xml"/>
     <xi:include href="xml/e-html-editor-dialog.xml"/>
     <xi:include href="xml/e-html-editor-find-dialog.xml"/>
+    <xi:include href="xml/e-html-editor-hrule-dialog.xml"/>
     <xi:include href="xml/e-html-editor-image-dialog.xml"/>
     <xi:include href="xml/e-html-editor-link-dialog.xml"/>
     <xi:include href="xml/e-html-editor-page-dialog.xml"/>
@@ -120,6 +122,7 @@
     <xi:include href="xml/e-html-editor-spell-check-dialog.xml"/>
     <xi:include href="xml/e-html-editor-table-dialog.xml"/>
     <xi:include href="xml/e-html-editor-text-dialog.xml"/>
+    <xi:include href="xml/e-html-editor-view.xml"/>
     <xi:include href="xml/e-image-chooser-dialog.xml"/>
     <xi:include href="xml/e-spell-checker.xml"/>
     <xi:include href="xml/e-spell-dictionary.xml"/>
@@ -159,8 +162,9 @@
     <xi:include href="xml/e-table-group-container.xml"/>
     <xi:include href="xml/e-table-group-leaf.xml"/>
     <xi:include href="xml/e-table-group.xml"/>
-    <xi:include href="xml/e-table-header-item.xml"/>
     <xi:include href="xml/e-table-header.xml"/>
+    <xi:include href="xml/e-table-header-item.xml"/>
+    <xi:include href="xml/e-table-header-utils.xml"/>
     <xi:include href="xml/e-table-item.xml"/>
     <xi:include href="xml/e-table-model.xml"/>
     <xi:include href="xml/e-table-one.xml"/>
@@ -183,8 +187,9 @@
     <xi:include href="xml/e-cell.xml"/>
     <xi:include href="xml/e-cell-checkbox.xml"/>
     <xi:include href="xml/e-cell-combo.xml"/>
-    <xi:include href="xml/e-cell-date-edit.xml"/>
     <xi:include href="xml/e-cell-date.xml"/>
+    <xi:include href="xml/e-cell-date-edit.xml"/>
+    <xi:include href="xml/e-cell-date-int.xml"/>
     <xi:include href="xml/e-cell-hbox.xml"/>
     <xi:include href="xml/e-cell-number.xml"/>
     <xi:include href="xml/e-cell-percent.xml"/>
@@ -205,6 +210,7 @@
     <xi:include href="xml/e-cal-source-config.xml"/>
     <xi:include href="xml/e-source-config-backend.xml"/>
     <xi:include href="xml/e-source-config-dialog.xml"/>
+    <xi:include href="xml/e-source-conflict-search.xml"/>
     <xi:include href="xml/e-source-selector.xml"/>
     <xi:include href="xml/e-alarm-selector.xml"/>
     <xi:include href="xml/e-autocomplete-selector.xml"/>
@@ -252,11 +258,15 @@
     <xi:include href="xml/e-buffer-tagger.xml"/>
     <xi:include href="xml/e-calendar-item.xml"/>
     <xi:include href="xml/e-calendar.xml"/>
+    <xi:include href="xml/e-charset.xml"/>
     <xi:include href="xml/e-charset-combo-box.xml"/>
+    <xi:include href="xml/e-conflict-search-selector.xml"/>
     <xi:include href="xml/e-contact-store.xml"/>
     <xi:include href="xml/e-data-capture.xml"/>
     <xi:include href="xml/e-dateedit.xml"/>
     <xi:include href="xml/e-destination-store.xml"/>
+    <xi:include href="xml/e-dialog-widgets.xml"/>
+    <xi:include href="xml/e-file-utils.xml"/>
     <xi:include href="xml/e-focus-tracker.xml"/>
     <xi:include href="xml/e-image-chooser.xml"/>
     <xi:include href="xml/e-import-assistant.xml"/>
@@ -265,6 +275,7 @@
     <xi:include href="xml/e-map.xml"/>
     <xi:include href="xml/e-menu-tool-action.xml"/>
     <xi:include href="xml/e-menu-tool-button.xml"/>
+    <xi:include href="xml/e-mktemp.xml"/>
     <xi:include href="xml/e-name-selector-dialog.xml"/>
     <xi:include href="xml/e-name-selector-entry.xml"/>
     <xi:include href="xml/e-name-selector-list.xml"/>
@@ -291,10 +302,15 @@
     <xi:include href="xml/e-sorter.xml"/>
     <xi:include href="xml/e-spell-entry.xml"/>
     <xi:include href="xml/e-spell-text-view.xml"/>
+    <xi:include href="xml/e-spinner.xml"/>
+    <xi:include href="xml/e-text-event-processor-types.xml"/>
+    <xi:include href="xml/e-text-model-repos.xml"/>
     <xi:include href="xml/e-timezone-dialog.xml"/>
     <xi:include href="xml/e-tree-model-generator.xml"/>
     <xi:include href="xml/e-tree-view-frame.xml"/>
     <xi:include href="xml/e-url-entry.xml"/>
+    <xi:include href="xml/e-util-enums.xml"/>
+    <xi:include href="xml/e-widget-undo.xml"/>
   </chapter>
 
   <chapter id="object-tree">
@@ -306,6 +322,66 @@
     <title>Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
+  <index id="api-index-3.22" role="3.22">
+    <title>Index of new symbols in 3.22</title>
+    <xi:include href="xml/api-index-3.22.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.20" role="3.20">
+    <title>Index of new symbols in 3.20</title>
+    <xi:include href="xml/api-index-3.20.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.18" role="3.18">
+    <title>Index of new symbols in 3.18</title>
+    <xi:include href="xml/api-index-3.18.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.16" role="3.16">
+    <title>Index of new symbols in 3.16</title>
+    <xi:include href="xml/api-index-3.16.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.12" role="3.12">
+    <title>Index of new symbols in 3.12</title>
+    <xi:include href="xml/api-index-3.12.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.10" role="3.10">
+    <title>Index of new symbols in 3.10</title>
+    <xi:include href="xml/api-index-3.10.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.8" role="3.8">
+    <title>Index of new symbols in 3.8</title>
+    <xi:include href="xml/api-index-3.8.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.6" role="3.6">
+    <title>Index of new symbols in 3.6</title>
+    <xi:include href="xml/api-index-3.6.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.4" role="3.4">
+    <title>Index of new symbols in 3.4</title>
+    <xi:include href="xml/api-index-3.4.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.2" role="3.2">
+    <title>Index of new symbols in 3.2</title>
+    <xi:include href="xml/api-index-3.2.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.32" role="2.32">
+    <title>Index of new symbols in 2.32</title>
+    <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.30" role="2.30">
+    <title>Index of new symbols in 2.30</title>
+    <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.26" role="2.26">
+    <title>Index of new symbols in 2.26</title>
+    <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.24" role="2.24">
+    <title>Index of new symbols in 2.24</title>
+    <xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.22" role="2.22">
+    <title>Index of new symbols in 2.22</title>
+    <xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
+  </index>
 
   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]