[subset] add hb-subset api to documentation generator.
Standardize subset_input parameter to be input.
diff --git a/docs/harfbuzz-docs.xml b/docs/harfbuzz-docs.xml
index db04c2f..4c9bcaa 100644
--- a/docs/harfbuzz-docs.xml
+++ b/docs/harfbuzz-docs.xml
@@ -49,7 +49,7 @@
<ulink role="online-location" url="http://[SERVER]/libharfbuzz/index.html">http://[SERVER]/libharfbuzz/</ulink>.-->
</releaseinfo>
</partinfo>
-
+
<title>Reference manual</title>
<chapter id="core-api">
<title>Core API</title>
@@ -97,6 +97,12 @@
<xi:include href="xml/hb-directwrite.xml"/>
</chapter>
+ <chapter id="subset-api">
+ <title>Subset API</title>
+ <xi:include href="xml/hb-subset.xml"/>
+ </chapter>
+
+
<!--chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt
index 2b51be6..f5a3579 100644
--- a/docs/harfbuzz-sections.txt
+++ b/docs/harfbuzz-sections.txt
@@ -706,3 +706,25 @@
hb_version_atleast
hb_version_string
</SECTION>
+
+<SECTION>
+<FILE>hb-subset</FILE>
+hb_subset_flag_t
+hb_subset_input_create_or_fail
+hb_subset_input_reference
+hb_subset_input_destroy
+hb_subset_input_set_user_data
+hb_subset_input_get_user_data
+hb_subset_input_unicode_set
+hb_subset_input_glyph_set
+hb_subset_input_nameid_set
+hb_subset_input_namelangid_set
+hb_subset_input_layout_features_set
+hb_subset_input_set_retain_all_features
+hb_subset_input_get_retain_all_features
+hb_subset_input_no_subset_tables_set
+hb_subset_input_drop_tables_set
+hb_subset_input_get_flag
+hb_subset_input_set_flag
+hb_subset_or_fail
+</SECTION>