summaryrefslogtreecommitdiff
path: root/pango/pangoxft.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
commite2d1a595b84ca31d89ae20734155e6d1de635502 (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pangoxft.h
parent3940a1714e84b076d04d4638c88df3dba7d8014e (diff)
parent7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (diff)
downloadpango-e2d1a595b84ca31d89ae20734155e6d1de635502.tar.gz
Merge branch 'docs-cleanup' into 'master'
introspection: Stop using allow-none See merge request GNOME/pango!333
Diffstat (limited to 'pango/pangoxft.h')
-rw-r--r--pango/pangoxft.h8
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;