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/pangofc-font-private.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/pangofc-font-private.h')
-rw-r--r-- | pango/pangofc-font-private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangofc-font-private.h b/pango/pangofc-font-private.h index 588bd512..532aed2f 100644 --- a/pango/pangofc-font-private.h +++ b/pango/pangofc-font-private.h @@ -32,7 +32,7 @@ G_BEGIN_DECLS * * A string constant used to identify shape engines that work * with the fontconfig based backends. See the @engine_type field - * of #PangoEngineInfo. + * of `PangoEngineInfo`. **/ #define PANGO_RENDER_TYPE_FC "PangoRenderFc" @@ -46,7 +46,7 @@ G_BEGIN_DECLS * the reference count for the face by one. * @unlock_face: Decreases the reference count for the * FT_Face of the font by one. When the count is zero, - * the #PangoFcFont subclass is allowed to free the + * the `PangoFcFont` subclass is allowed to free the * FT_Face. * @has_char: Return %TRUE if the the font contains a glyph * corresponding to the specified character. @@ -59,7 +59,7 @@ G_BEGIN_DECLS * shutdown code that needs to be done when * pango_fc_font_map_shutdown is called. May be %NULL. * - * Class structure for #PangoFcFont. + * Class structure for `PangoFcFont`. **/ struct _PangoFcFontClass { |