summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-25 11:37:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-25 11:37:19 -0400
commitc61ad157a7685cd9d7fcbc79d8b9d397360ad16e (patch)
treea95453cc0cd541373a4acb30d876273d6b1411c1 /docs
parent3dab00ded913500cf5953d33dca469ba4fb0ac81 (diff)
downloadpango-c61ad157a7685cd9d7fcbc79d8b9d397360ad16e.tar.gz
docs: Link syntax fixesdocs-link-fixes
Now that gi-docgen warns about link syntax errors, we can find and fix them.
Diffstat (limited to 'docs')
-rw-r--r--docs/pango_bidi.md4
-rw-r--r--docs/pango_fonts.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/pango_bidi.md b/docs/pango_bidi.md
index 27005caa..0e8612d1 100644
--- a/docs/pango_bidi.md
+++ b/docs/pango_bidi.md
@@ -12,7 +12,7 @@ to instruct Pango about direction of text, though in most cases Pango detects
that correctly and automatically. For application that need more direct
control over bidirectional setting of text, Pango provides APIs such as
[func@unichar_direction], [func@find_base_dir], [func@get_mirror_char]
-or [type_func@Pango.BidiType.for_unichar].
+or [func@Pango.BidiType.for_unichar].
# Vertical Text
@@ -43,7 +43,7 @@ of the context can be accessed using [method@Pango.Context.get_base_gravity] and
*resolved* gravity of it using [method@Pango.Context.get_gravity]. The resolved
gravity is the same as the base gravity for the most part, except that if the base
gravity is set to `PANGO_GRAVITY_AUTO`, the resolved gravity will depend on the
-current matrix set on context, and is derived using [type_func@Pango.Gravity.get_for_matrix].
+current matrix set on context, and is derived using [func@Pango.Gravity.get_for_matrix].
The next thing an application may want to set on the context is the *gravity hint*.
A [enum@Pango.GravityHint] instructs how different scripts should react to the set
diff --git a/docs/pango_fonts.md b/docs/pango_fonts.md
index 776dba71..072c020f 100644
--- a/docs/pango_fonts.md
+++ b/docs/pango_fonts.md
@@ -42,7 +42,7 @@ or by parsing a string such as
Helvetica Bold 12pt
-with [type_func@Pango.FontDescription.from_string].
+with [func@Pango.FontDescription.from_string].
# Glyphs