summaryrefslogtreecommitdiff
path: root/pango/pangocairo-render.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-19 16:06:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-19 16:34:05 -0400
commit7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pangocairo-render.c
parent75eee838a91bad404d211b002f26e9af3033f0d5 (diff)
downloadpango-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/pangocairo-render.c')
-rw-r--r--pango/pangocairo-render.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c
index 9e3cfab8..2c552ba1 100644
--- a/pango/pangocairo-render.c
+++ b/pango/pangocairo-render.c
@@ -1203,8 +1203,8 @@ pango_cairo_glyph_string_path (cairo_t *cr,
* Adds the text in `PangoLayoutLine` to the current path in the
* specified cairo context.
*
- * The origin of the glyphs (the left edge
- * of the line) will be at the current point of the cairo context.
+ * The origin of the glyphs (the left edge of the line) will be
+ * at the current point of the cairo context.
*
* Since: 1.10
*/
@@ -1226,8 +1226,8 @@ pango_cairo_layout_line_path (cairo_t *cr,
* Adds the text in a `PangoLayout` to the current path in the
* specified cairo context.
*
- * The top-left corner of the `PangoLayout`
- * will be at the current point of the cairo context.
+ * The top-left corner of the `PangoLayout` will be at the
+ * current point of the cairo context.
*
* Since: 1.10
*/
@@ -1253,9 +1253,8 @@ pango_cairo_layout_path (cairo_t *cr,
* approximately covers the given rectangle in the style of an underline used
* to indicate a spelling error.
*
- * The width of the underline is rounded to an
- * integer number of up/down segments and the resulting rectangle is centered
- * in the original rectangle.
+ * The width of the underline is rounded to an integer number of up/down
+ * segments and the resulting rectangle is centered in the original rectangle.
*
* Since: 1.14
*/