diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-19 16:06:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-19 16:34:05 -0400 |
commit | 7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (patch) | |
tree | 51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pango-glyph.h | |
parent | 75eee838a91bad404d211b002f26e9af3033f0d5 (diff) | |
download | pango-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/pango-glyph.h')
-rw-r--r-- | pango/pango-glyph.h | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h index 7c1bf7b5..abab5572 100644 --- a/pango/pango-glyph.h +++ b/pango/pango-glyph.h @@ -109,9 +109,9 @@ struct _PangoGlyphInfo * PangoGlyphString: * @num_glyphs: number of the glyphs in this glyph string. * @glyphs: (array length=num_glyphs): array of glyph information - * for the glyph string. + * for the glyph string. * @log_clusters: logical cluster info, indexed by the byte index - * within the text corresponding to the glyph string. + * within the text corresponding to the glyph string. * * A `PangoGlyphString` is used to store strings of glyphs with geometry * and visual attribute information. @@ -129,11 +129,6 @@ struct _PangoGlyphString { gint space; }; -/** - * PANGO_TYPE_GLYPH_STRING: - * - * The #GObject type for #PangoGlyphString. - */ #define PANGO_TYPE_GLYPH_STRING (pango_glyph_string_get_type ()) PANGO_AVAILABLE_IN_ALL @@ -207,13 +202,13 @@ void pango_shape_full (const char *item_text, * PangoShapeFlags: * @PANGO_SHAPE_NONE: Default value. * @PANGO_SHAPE_ROUND_POSITIONS: Round glyph positions - * and widths to whole device units. This option should - * be set if the target renderer can't do subpixel - * positioning of glyphs. + * and widths to whole device units. This option should + * be set if the target renderer can't do subpixel + * positioning of glyphs. * * Flags influencing the shaping process. * - * `PangoShapeFlags` can be passed to pango_shape_with_flags(). + * `PangoShapeFlags` can be passed to [func@Pango.shape_with_flags]. */ typedef enum { PANGO_SHAPE_NONE = 0, |