diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-25 11:37:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-25 11:37:19 -0400 |
commit | c61ad157a7685cd9d7fcbc79d8b9d397360ad16e (patch) | |
tree | a95453cc0cd541373a4acb30d876273d6b1411c1 /pango/pango-ot-ruleset.c | |
parent | 3dab00ded913500cf5953d33dca469ba4fb0ac81 (diff) | |
download | pango-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 'pango/pango-ot-ruleset.c')
-rw-r--r-- | pango/pango-ot-ruleset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot-ruleset.c b/pango/pango-ot-ruleset.c index 82a6ceca..0398d9e6 100644 --- a/pango/pango-ot-ruleset.c +++ b/pango/pango-ot-ruleset.c @@ -370,7 +370,7 @@ G_DEFINE_BOXED_TYPE (PangoOTRulesetDescription, pango_ot_ruleset_description, * Creates a copy of @desc, which should be freed with * [method@PangoOT.RulesetDescription.free]. * - * Primarily used internally by [type_func@PangoOT.Ruleset.get_for_description] + * Primarily used internally by [func@PangoOT.Ruleset.get_for_description] * to cache rulesets for ruleset descriptions. * * Return value: the newly allocated `PangoOTRulesetDescription` |