summaryrefslogtreecommitdiff
path: root/pango/pangoxft-fontmap.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-19 16:06:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-19 16:34:05 -0400
commit7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pangoxft-fontmap.c
parent75eee838a91bad404d211b002f26e9af3033f0d5 (diff)
downloadpango-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-fontmap.c')
-rw-r--r--pango/pangoxft-fontmap.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pango/pangoxft-fontmap.c b/pango/pangoxft-fontmap.c
index 82955165..1b5f5b5a 100644
--- a/pango/pangoxft-fontmap.c
+++ b/pango/pangoxft-fontmap.c
@@ -203,11 +203,11 @@ register_display (Display *display)
* @display: an X display
* @screen: the screen number of a screen within @display
*
- * Returns the #PangoXftFontMap for the given display and screen.
+ * Returns the `PangoXftFontMap` for the given display and screen.
* The fontmap is owned by Pango and will be valid until
* the display is closed.
*
- * Return value: (transfer none): a #PangoFontMap object, owned by Pango.
+ * Return value: (transfer none): a `PangoFontMap` object, owned by Pango.
*
* Since: 1.2
**/
@@ -348,10 +348,10 @@ _pango_xft_font_map_get_info (PangoFontMap *fontmap,
* @display: an X display.
* @screen: an X screen.
*
- * Retrieves a #PangoContext appropriate for rendering with
+ * Retrieves a `PangoContext` appropriate for rendering with
* Xft fonts on the given screen of the given display.
*
- * Return value: the new #PangoContext.
+ * Return value: the new `PangoContext`.
*
* Deprecated: 1.22: Use pango_xft_get_font_map() followed by
* pango_font_map_create_context() instead.
@@ -367,9 +367,9 @@ pango_xft_get_context (Display *display,
/**
* _pango_xft_font_map_get_renderer:
- * @fontmap: a #PangoXftFontMap
+ * @fontmap: a `PangoXftFontMap`
*
- * Gets the singleton #PangoXFTRenderer for this fontmap.
+ * Gets the singleton `PangoXFTRenderer` for this fontmap.
*
* Return value: the renderer.
**/