summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-15 01:18:42 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit3690084ed285562543ed22c6d863a70d962c33a7 (patch)
treeb605ba18069808ed5aba7d07a5cee7516fe07ddc
parent2ce985f7a2b3e6221df4c56a820815317abbf32e (diff)
downloadpango-3690084ed285562543ed22c6d863a70d962c33a7.tar.gz
docs: Port misc. types to the new doc format
-rw-r--r--pango/pango-types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-types.h b/pango/pango-types.h
index 28151196..82f879da 100644
--- a/pango/pango-types.h
+++ b/pango/pango-types.h
@@ -45,7 +45,7 @@ typedef struct _PangoRectangle PangoRectangle;
/**
* PangoGlyph:
*
- * A #PangoGlyph represents a single glyph in the output form of a string.
+ * A `PangoGlyph` represents a single glyph in the output form of a string.
*/
typedef guint32 PangoGlyph;
@@ -130,9 +130,9 @@ double pango_units_to_double (int i) G_GNUC_CONST;
* @width: width of the rectangle.
* @height: height of the rectangle.
*
- * The #PangoRectangle structure represents a rectangle. It is frequently
+ * The `PangoRectangle` structure represents a rectangle. It is frequently
* used to represent the logical or ink extents of a single glyph or section
- * of text. (See, for instance, pango_font_get_glyph_extents())
+ * of text. (See, for instance, [method@Pango.Font.get_glyph_extents].)
*
*/
struct _PangoRectangle