summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2012-02-01 16:58:04 +0900
committerAkira TAGOH <akira@tagoh.org>2012-02-01 16:58:04 +0900
commiteb27fa7570b59123369dcc3000e0c8f006a43e2c (patch)
tree2453a5128680de5bf5fcde46a5aead2857d14231 /docs
parent51c0f56cbe3c105ee312f10f0afe8086cd3fd269 (diff)
external module support for Extension
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am3
-rw-r--r--docs/liblangtag-docs.sgml6
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f11e09d..e30a1d3 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -62,6 +62,8 @@ EXTRA_HFILES=
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
IGNORE_HFILES= \
langtag.h \
+ lt-ext-module-private.h \
+ lt-extension-private.h \
lt-extlang-private.h \
lt-grandfathered-private.h \
lt-lang-private.h \
@@ -72,6 +74,7 @@ IGNORE_HFILES= \
lt-tag-private.h \
lt-utils.h \
lt-variant-private.h \
+ lt-xml.h \
$(NULL)
# Images to copy into HTML directory.
diff --git a/docs/liblangtag-docs.sgml b/docs/liblangtag-docs.sgml
index 2c92ecd..02843ee 100644
--- a/docs/liblangtag-docs.sgml
+++ b/docs/liblangtag-docs.sgml
@@ -32,6 +32,7 @@
</section>
<section id="Container">
<title>Container APIs</title>
+ <xi:include href="xml/lt-extension.xml"/>
<xi:include href="xml/lt-extlang.xml"/>
<xi:include href="xml/lt-grandfathered.xml"/>
<xi:include href="xml/lt-lang.xml"/>
@@ -41,6 +42,11 @@
<xi:include href="xml/lt-tag.xml"/>
<xi:include href="xml/lt-variant.xml"/>
</section>
+ <section id="Module">
+ <title>Module APIs</title>
+ <xi:include href="xml/lt-ext-module.xml"/>
+ <xi:include href="xml/lt-ext-module-data.xml"/>
+ </section>
<xi:include href="xml/lt-error.xml"/>
</chapter>