From 5340665b4d62a539d9361d3fb19e15c52dab4ccf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 19 Feb 2021 08:09:28 -0500 Subject: docs: Tweak fontmap docs Add summaries, convert markup, etc. --- pango/pango-fontmap.h | 8 +++++--- 1 file 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 { -- cgit v1.2.1