stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8b4ef410c3d5b8070d45415873c0989f0626a735

commit 8b4ef410c3d5b8070d45415873c0989f0626a735
Author: Stefan Schmidt <[email protected]>
Date:   Thu Aug 31 17:33:01 2017 +0200

    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.]]
          }

-- 


Reply via email to