summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-docs.sgml8
-rw-r--r--docs/pango-sections.txt8
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml
index dc196a63..705b00f6 100644
--- a/docs/pango-docs.sgml
+++ b/docs/pango-docs.sgml
@@ -18,7 +18,7 @@
<chapter id="pango">
<title>Basic Pango Interfaces</title>
<xi:include href="xml/main.xml"/>
- <xi:include href="xml/fonts.xml"/>
+ <xi:include href="xml/pangofont.xml"/>
<xi:include href="xml/glyphs.xml"/>
<xi:include href="xml/text-attributes.xml"/>
<xi:include href="xml/markup.xml"/>
@@ -39,9 +39,9 @@
<chapter id="lowlevel">
<title>Low Level Functionality</title>
- <xi:include href="xml/context.xml"/>
+ <xi:include href="xml/pangocontext.xml"/>
<xi:include href="xml/tab-stops.xml"/>
- <xi:include href="xml/coverage-maps.xml"/>
+ <xi:include href="xml/pangocoverage.xml"/>
<xi:include href="xml/pango-renderer.xml"/>
<xi:include href="xml/pangofc-fontmap.xml"/>
<xi:include href="xml/pangofc-font.xml"/>
@@ -53,7 +53,7 @@
<chapter id="deprecated">
<title>Deprecated APIs</title>
<xi:include href="xml/opentype.xml"/>
- <xi:include href="xml/engines.xml"/>
+ <xi:include href="xml/pangoengine.xml"/>
<xi:include href="xml/pango-engine-lang.xml"/>
<xi:include href="xml/pango-engine-shape.xml"/>
<xi:include href="xml/modules.xml"/>
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index 9d6a80ba..b5df6db7 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -42,7 +42,7 @@ pango_item_get_type
<SECTION>
<TITLE>Contexts</TITLE>
-<FILE>context</FILE>
+<FILE>pangocontext</FILE>
PangoContext
pango_context_new
pango_context_changed
@@ -161,7 +161,7 @@ pango_matrix_get_type
<SECTION>
<TITLE>Coverage Maps</TITLE>
-<FILE>coverage-maps</FILE>
+<FILE>pangocoverage</FILE>
PangoCoverageLevel
PANGO_TYPE_COVERAGE_LEVEL
PangoCoverage
@@ -191,7 +191,7 @@ PangoCoveragePrivate
<SECTION>
<TITLE>Fonts</TITLE>
-<FILE>fonts</FILE>
+<FILE>pangofont</FILE>
PangoFontDescription
PangoStyle
PangoWeight
@@ -656,7 +656,7 @@ pango_language_get_type
<SECTION>
<TITLE>Engines</TITLE>
-<FILE>engines</FILE>
+<FILE>pangoengine</FILE>
PangoEngineInfo
PangoEngineScriptInfo
PangoEngine