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/pangoxft.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/pangoxft.h')
-rw-r--r-- | pango/pangoxft.h | 8 |
1 files changed, 4 insertions, 4 deletions
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; |