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/ellipsize.c | |
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/ellipsize.c')
-rw-r--r-- | pango/ellipsize.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/ellipsize.c b/pango/ellipsize.c index 0d54483e..e05277f6 100644 --- a/pango/ellipsize.c +++ b/pango/ellipsize.c @@ -243,7 +243,7 @@ line_iter_prev_cluster (EllipsizeState *state, * - Starts a grapheme - checked here * * In the future we'd also like to add a check for cursive connectivity here. - * This should be an addition to #PangoGlyphVisAttr + * This should be an addition to `PangoGlyphVisAttr` * */ @@ -735,11 +735,11 @@ current_width (EllipsizeState *state) /** * _pango_layout_line_ellipsize: - * @line: a #PangoLayoutLine + * @line: a `PangoLayoutLine` * @attrs: Attributes being used for itemization/shaping * @shape_flags: Flags to use when shaping * - * Given a #PangoLayoutLine with the runs still in logical order, ellipsize + * Given a `PangoLayoutLine` with the runs still in logical order, ellipsize * it according the layout's policy to fit within the set width of the layout. * * Return value: whether the line had to be ellipsized |