diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-19 16:06:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-19 16:34:05 -0400 |
commit | 7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (patch) | |
tree | 51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/modules.c | |
parent | 75eee838a91bad404d211b002f26e9af3033f0d5 (diff) | |
download | pango-7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f.tar.gz |
docs: Convert gtk-doc syntax leftoversdocs-cleanup
Remove leftovers like #Type, reduce indentations
to avoid markdown block quotes, etc.
Diffstat (limited to 'pango/modules.c')
-rw-r--r-- | pango/modules.c | 10 |
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. * |