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-render.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-render.h')
-rw-r--r-- | pango/pangoxft-render.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoxft-render.h b/pango/pangoxft-render.h index 77684728..bf4b33e9 100644 --- a/pango/pangoxft-render.h +++ b/pango/pangoxft-render.h @@ -57,7 +57,7 @@ typedef struct _PangoXftRendererPrivate PangoXftRendererPrivate; /** * PangoXftRenderer: * - * #PangoXftRenderer is a subclass of #PangoRenderer used for rendering + * `PangoXftRenderer` is a subclass of `PangoRenderer` used for rendering * with Pango's Xft backend. It can be used directly, or it can be * further subclassed to modify exactly how drawing of individual * elements occurs. @@ -84,7 +84,7 @@ struct _PangoXftRenderer * the current foreground color and other foreground * attributes * - * The class structure for #PangoXftRenderer + * The class structure for `PangoXftRenderer` * * Since: 1.8 */ |