stefan pushed a commit to branch master.

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

commit bb155657f48b103e80a53c62098d5bea66ed3bef
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Nov 23 13:29:25 2016 +0100

    docs: evas: fill last gaps in evas eo file documentation
---
 src/lib/evas/canvas/efl_ui_selectable.eo  | 16 ++++++++--------
 src/lib/evas/canvas/evas_text.eo          |  8 ++++++++
 src/lib/evas/include/evas_ector_buffer.eo |  1 +
 3 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/src/lib/evas/canvas/efl_ui_selectable.eo 
b/src/lib/evas/canvas/efl_ui_selectable.eo
index 16b6a88..b24772e 100644
--- a/src/lib/evas/canvas/efl_ui_selectable.eo
+++ b/src/lib/evas/canvas/efl_ui_selectable.eo
@@ -3,13 +3,13 @@ interface Efl.Ui.Selectable ()
    [[Efl UI selectable interface]]
    event_prefix: efl_ui;
    events {
-      selected;
-      unselected;
-      selection,paste;
-      selection,copy;
-      selection,cut;
-      selection,start;
-      selection,changed;
-      selection,cleared;
+      selected; [[Called when selected]]
+      unselected; [[Called when no longer selected]]
+      selection,paste; [[Called when selection got pasted]]
+      selection,copy; [[Called when selection was copied]]
+      selection,cut; [[Called when selection was cut]]
+      selection,start; [[Called at selection start]]
+      selection,changed; [[Called when selection changed]]
+      selection,cleared; [[Called when selection was cleared]]
    }
 }
diff --git a/src/lib/evas/canvas/evas_text.eo b/src/lib/evas/canvas/evas_text.eo
index 83d33c7..039f3c0 100644
--- a/src/lib/evas/canvas/evas_text.eo
+++ b/src/lib/evas/canvas/evas_text.eo
@@ -160,6 +160,7 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text, 
Efl.Text.Properties, Efl.Canvas.Fi
          }
       }
       @property max_descent {
+        [[Maximal descent property]]
          get {
             return: Evas.Coord; [[Evas coordinate]]
          }
@@ -184,31 +185,37 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text, 
Efl.Text.Properties, Efl.Canvas.Fi
          }
       }
       @property ascent {
+        [[Ascent property]]
          get {
             return: Evas.Coord; [[Evas coordinate]]
          }
       }
       @property horiz_advance {
+        [[Horizontal advance property]]
          get {
             return: Evas.Coord; [[Evas coordinate]]
          }
       }
       @property inset {
+        [[Inset property]]
          get {
             return: Evas.Coord; [[Evas coordinate]]
          }
       }
       @property max_ascent {
+        [[Maximal ascent property]]
          get {
             return: Evas.Coord; [[Evas coordinate]]
          }
       }
       @property vert_advance {
+        [[Vertical advance property]]
          get {
             return: Evas.Coord; [[Evas coordinate]]
          }
       }
       @property descent {
+        [[descent property]]
          get {
             return: Evas.Coord; [[Evas coordinate]]
          }
@@ -222,6 +229,7 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text, 
Efl.Text.Properties, Efl.Canvas.Fi
          }
       }
       char_coords_get @const {
+        [[Get character coordinates]]
          return: int; [[Logical poistion of char]]
          params {
             @in x: Evas.Coord; [[X coordinate]]
diff --git a/src/lib/evas/include/evas_ector_buffer.eo 
b/src/lib/evas/include/evas_ector_buffer.eo
index 5733510..9275e75 100644
--- a/src/lib/evas/include/evas_ector_buffer.eo
+++ b/src/lib/evas/include/evas_ector_buffer.eo
@@ -7,6 +7,7 @@ interface Evas.Ector.Buffer
    [[Evas ector buffer interface]]
    methods {
       @property engine_image {
+        [[Engine image property]]
          get {}
          set { [[This Buffer will hold a reference to the evas image struct.]] 
}
          values {

-- 


Reply via email to