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/pango-fontmap.h | |
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/pango-fontmap.h')
-rw-r--r-- | pango/pango-fontmap.h | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/pango/pango-fontmap.h b/pango/pango-fontmap.h index 64b04da3..aec18eeb 100644 --- a/pango/pango-fontmap.h +++ b/pango/pango-fontmap.h @@ -27,23 +27,6 @@ G_BEGIN_DECLS -/** - * PANGO_TYPE_FONT_MAP: - * - * The #GObject type for #PangoFontMap. - */ -/** - * PANGO_FONT_MAP: - * @object: a #GObject. - * - * Casts a #GObject to a #PangoFontMap. - */ -/** - * PANGO_IS_FONT_MAP: - * @object: a #GObject. - * - * Returns: %TRUE if @object is a #PangoFontMap. - */ #define PANGO_TYPE_FONT_MAP (pango_font_map_get_type ()) #define PANGO_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_MAP, PangoFontMap)) #define PANGO_IS_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONT_MAP)) @@ -70,7 +53,7 @@ struct _PangoFontMap /** * PangoFontMapClass: - * @parent_class: parent #GObjectClass. + * @parent_class: parent `GObjectClass` * @load_font: a function to load a font with a given description. See * pango_font_map_load_font(). * @list_families: A function to list available font families. See @@ -83,8 +66,8 @@ struct _PangoFontMap * See pango_font_map_get_serial(). * @changed: See pango_font_map_changed() * - * The #PangoFontMapClass structure holds the virtual functions for - * a particular #PangoFontMap implementation. + * The `PangoFontMapClass` structure holds the virtual functions for + * a particular `PangoFontMap` implementation. */ struct _PangoFontMapClass { |