summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-04 14:30:11 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit7d3628ba5dfb173bc8b1d5e7ad0a214d428fb6a7 (patch)
treed46baa40783441f670926e2a4d05bbe39681d0ec /docs
parent26e1ab10f98aff0183133a6b7158c8cb73a1f68f (diff)
downloadpango-7d3628ba5dfb173bc8b1d5e7ad0a214d428fb6a7.tar.gz
docs: Make context section ids match
Doing this makes g-ir-scanner pick up the long description, which is more useful than the struct docs.
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