[pango/matthiasc/for-main] docs: Cosmetics



commit d5aab484236f2d8e581e5bfc631da3a0e7dfa422
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 8 23:37:01 2021 -0400

    docs: Cosmetics
    
    No need to link a function to itself.

 pango/pango-layout.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index bf9be496..557f16f5 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -2001,9 +2001,8 @@ pango_layout_line_get_cursors (PangoLayoutLine *line,
  * of a run.
  *
  * Motion here is in cursor positions, not in characters, so a single
- * call to [method@Pango.Layout.move_cursor_visually] may move the cursor
- * over multiple characters when multiple characters combine to form a
- * single grapheme.
+ * call to this function may move the cursor over multiple characters
+ * when multiple characters combine to form a single grapheme.
  */
 void
 pango_layout_move_cursor_visually (PangoLayout *layout,


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