summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-19 08:09:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit5340665b4d62a539d9361d3fb19e15c52dab4ccf (patch)
tree0f4047dbd9a301abc0465f410e9eb35a2c8357bd
parentdb00cbb0d08e512c50e2b0de36f3277ed961cedc (diff)
downloadpango-5340665b4d62a539d9361d3fb19e15c52dab4ccf.tar.gz
docs: Tweak fontmap docs
Add summaries, convert markup, etc.
-rw-r--r--pango/pango-fontmap.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/pango/pango-fontmap.h b/pango/pango-fontmap.h
index 818f3ae9..64b04da3 100644
--- a/pango/pango-fontmap.h
+++ b/pango/pango-fontmap.h
@@ -57,9 +57,11 @@ typedef struct _PangoContext PangoContext;
/**
* PangoFontMap:
*
- * The #PangoFontMap represents the set of fonts available for a
- * particular rendering system. This is a virtual object with
- * implementations being specific to particular rendering systems.
+ * A `PangoFontMap` represents the set of fonts available for a
+ * particular rendering system.
+ *
+ * This is a virtual object with implementations being specific to
+ * particular rendering systems.
*/
struct _PangoFontMap
{