[pango/gi-docs: 39/47] docs: Port misc. types to the new doc format




commit c982bec5c8dbc5db6fe26f25c402cd20abf5f81c
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 15 01:18:42 2021 -0500

    docs: Port misc. types to the new doc format

 pango/pango-types.h | 6 +++---
 1 file 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]