docs: efl_text_annotate: fill in missing documentation

This commit is contained in:
Stefan Schmidt 2017-08-31 17:33:01 +02:00
parent 30b357bd1b
commit 8b4ef410c3
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ interface Efl.Text.Annotate {
annotation: ptr(Efl.Text.Annotate.Annotation); [[Annotation]] annotation: ptr(Efl.Text.Annotate.Annotation); [[Annotation]]
} }
keys { keys {
cur: ptr(Efl.Text.Cursor.Cursor); cur: ptr(Efl.Text.Cursor.Cursor); [[Cursor object]]
} }
} }
cursor_object_item_insert { cursor_object_item_insert {
@ -134,7 +134,7 @@ interface Efl.Text.Annotate {
]] ]]
legacy: null; legacy: null;
params { params {
cur: ptr(Efl.Text.Cursor.Cursor); cur: ptr(Efl.Text.Cursor.Cursor); [[Cursor object]]
@in format: string; [[Format of the inserted item. @in format: string; [[Format of the inserted item.
See Format styles.]] See Format styles.]]
} }