From 8b4ef410c3d5b8070d45415873c0989f0626a735 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 31 Aug 2017 17:33:01 +0200 Subject: [PATCH] docs: efl_text_annotate: fill in missing documentation --- src/lib/efl/interfaces/efl_text_annotate.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/efl/interfaces/efl_text_annotate.eo b/src/lib/efl/interfaces/efl_text_annotate.eo index 4349805973..fbdb4ee57e 100644 --- a/src/lib/efl/interfaces/efl_text_annotate.eo +++ b/src/lib/efl/interfaces/efl_text_annotate.eo @@ -122,7 +122,7 @@ interface Efl.Text.Annotate { annotation: ptr(Efl.Text.Annotate.Annotation); [[Annotation]] } keys { - cur: ptr(Efl.Text.Cursor.Cursor); + cur: ptr(Efl.Text.Cursor.Cursor); [[Cursor object]] } } cursor_object_item_insert { @@ -134,7 +134,7 @@ interface Efl.Text.Annotate { ]] legacy: null; params { - cur: ptr(Efl.Text.Cursor.Cursor); + cur: ptr(Efl.Text.Cursor.Cursor); [[Cursor object]] @in format: string; [[Format of the inserted item. See Format styles.]] }