summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
commite2d1a595b84ca31d89ae20734155e6d1de635502 (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/modules.c
parent3940a1714e84b076d04d4638c88df3dba7d8014e (diff)
parent7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (diff)
downloadpango-e2d1a595b84ca31d89ae20734155e6d1de635502.tar.gz
Merge branch 'docs-cleanup' into 'master'
introspection: Stop using allow-none See merge request GNOME/pango!333
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/modules.c b/pango/modules.c
index b7ba105b..4aea37c5 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -45,8 +45,8 @@ pango_find_map (PangoLanguage *language G_GNUC_UNUSED,
/**
* pango_map_get_engine: (skip)
- * @map: a #PangoMap
- * @script: a #PangoScript
+ * @map: a `PangoMap`
+ * @script: a `PangoScript`
*
* Do not use. Does not do anything.
*
@@ -63,8 +63,8 @@ pango_map_get_engine (PangoMap *map G_GNUC_UNUSED,
/**
* pango_map_get_engines: (skip)
- * @map: a #PangoMap
- * @script: a #PangoScript
+ * @map: a `PangoMap`
+ * @script: a `PangoScript`
* @exact_engines: (nullable): location to store list of engines that exactly
* handle this script.
* @fallback_engines: (nullable): location to store list of engines that
@@ -89,7 +89,7 @@ pango_map_get_engines (PangoMap *map G_GNUC_UNUSED,
/**
* pango_module_register: (skip)
- * @module: a #PangoIncludedModule
+ * @module: a `PangoIncludedModule`
*
* Do not use. Does not do anything.
*