From 7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 May 2021 16:06:44 -0400 Subject: docs: Convert gtk-doc syntax leftovers Remove leftovers like #Type, reduce indentations to avoid markdown block quotes, etc. --- pango/pangofc-fontmap-private.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pango/pangofc-fontmap-private.h') diff --git a/pango/pangofc-fontmap-private.h b/pango/pangofc-fontmap-private.h index b32982f2..e081147d 100644 --- a/pango/pangofc-fontmap-private.h +++ b/pango/pangofc-fontmap-private.h @@ -83,11 +83,11 @@ const char *pango_fc_font_key_get_variations (const PangoFcFontKey *key) /** * PangoFcFontMap: * - * #PangoFcFontMap is a base class for font map implementations + * `PangoFcFontMap` is a base class for font map implementations * using the Fontconfig and FreeType libraries. To create a new * backend using Fontconfig and FreeType, you derive from this class * and implement a new_font() virtual function that creates an - * instance deriving from #PangoFcFont. + * instance deriving from `PangoFcFont`. **/ struct _PangoFcFontMap { @@ -111,10 +111,10 @@ struct _PangoFcFontMap * Implementations must call substitute_func if it is * defined. May be %NULL. Deprecated in favor of * @font_key_substitute(). - * @new_font: Creates a new #PangoFcFont for the specified + * @new_font: Creates a new `PangoFcFont` for the specified * pattern of the appropriate type for this font map. The * @pattern argument must be passed to the "pattern" property - * of #PangoFcFont when you call g_object_new(). Deprecated + * of `PangoFcFont` when you call g_object_new(). Deprecated * in favor of @create_font(). * @get_resolution: Gets the resolution (the scale factor * between logical and absolute font sizes) that the backend @@ -138,16 +138,16 @@ struct _PangoFcFontMap * #FcPattern. This will be called prior to creating a font * for the pattern. Implementations must call substitute_func * if it is defined. May be %NULL. (Since: 1.24) - * @create_font: (nullable): Creates a new #PangoFcFont for + * @create_font: (nullable): Creates a new `PangoFcFont` for * the specified pattern of the appropriate type for this * font map using information from the font key that is * passed in. The @pattern member of @font_key can be * retrieved using pango_fc_font_key_get_pattern() and must - * be passed to the "pattern" property of #PangoFcFont when + * be passed to the "pattern" property of `PangoFcFont` when * you call g_object_new(). If %NULL, new_font() is used. * (Since: 1.24) * - * Class structure for #PangoFcFontMap. + * Class structure for `PangoFcFontMap`. **/ struct _PangoFcFontMapClass { -- cgit v1.2.1