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/pangoxft.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pango/pangoxft.h') diff --git a/pango/pangoxft.h b/pango/pangoxft.h index 0852c202..105de5c2 100644 --- a/pango/pangoxft.h +++ b/pango/pangoxft.h @@ -49,9 +49,9 @@ G_BEGIN_DECLS /** * PangoXftFontMap: * - * #PangoXftFontMap is an implementation of #PangoFcFontMap suitable for + * `PangoXftFontMap` is an implementation of `PangoFcFontMap` suitable for * the Xft library as the renderer. It is used in to create fonts of - * type #PangoXftFont. + * type `PangoXftFont`. */ /* This is a hack needed because PangoXft hijacks the Pango namespace @@ -73,8 +73,8 @@ typedef struct _PangoXftFontMap PangoXftFontMap; /** * PangoXftFont: * - * #PangoXftFont is an implementation of #PangoFcFont using the Xft - * library for rendering. It is used in conjunction with #PangoXftFontMap. + * `PangoXftFont` is an implementation of `PangoFcFont` using the Xft + * library for rendering. It is used in conjunction with `PangoXftFontMap`. */ typedef struct _PangoXftFont PangoXftFont; -- cgit v1.2.1