diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-04 14:21:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | fd5e229212544af32f9712bd3ba3fcaecfd6636f (patch) | |
tree | 02550e2709513cd3d903e3dc67b9e090d364153b /docs | |
parent | 300850b3e8bb323f8a61a39e71b35d2b4c86802d (diff) | |
download | pango-fd5e229212544af32f9712bd3ba3fcaecfd6636f.tar.gz |
docs: Move layout docs into the long description
g-ir-scanner picks the long description over the struct
docs, when the id matches.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-docs.sgml | 2 | ||||
-rw-r--r-- | docs/pango-sections.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 2ac4f6df..dc196a63 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -22,7 +22,7 @@ <xi:include href="xml/glyphs.xml"/> <xi:include href="xml/text-attributes.xml"/> <xi:include href="xml/markup.xml"/> - <xi:include href="xml/layout.xml"/> + <xi:include href="xml/pangolayout.xml"/> <xi:include href="xml/scripts.xml"/> <xi:include href="xml/bidi.xml"/> <xi:include href="xml/vertical.xml"/> diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 358f5bbf..9d6a80ba 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -497,7 +497,7 @@ pango_tab_array_get_type <SECTION> <TITLE>Layout Objects</TITLE> -<FILE>layout</FILE> +<FILE>pangolayout</FILE> PangoLayout PangoLayoutIter pango_layout_new |