stefan pushed a commit to branch master.

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

commit 52d6cb76126b66de931aebaf972d7d9ba33fa8b1
Author: Stefan Schmidt <[email protected]>
Date:   Thu Aug 31 15:03:47 2017 +0200

    docs: efl_text_style: fill in missing documentation parts
---
 src/lib/efl/interfaces/efl_text_style.eo | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_text_style.eo 
b/src/lib/efl/interfaces/efl_text_style.eo
index 54e3a4990d..91e33725ed 100644
--- a/src/lib/efl/interfaces/efl_text_style.eo
+++ b/src/lib/efl/interfaces/efl_text_style.eo
@@ -76,13 +76,15 @@ interface Efl.Text.Style {
       }
 
       @property backing_type {
+        [[Enable or disable backing type]]
          values
          {
-            type: Efl.Text.Style.Backing_Type;
+            type: Efl.Text.Style.Backing_Type; [[Backing type]]
          }
       }
 
       @property backing_color {
+        [[Backing color]]
          values
          {
             r: ubyte; [[Red component]]
@@ -96,7 +98,7 @@ interface Efl.Text.Style {
          [[Sets an underline style on the text]]
          values
          {
-            type: Efl.Text.Style.Underline_Type;
+            type: Efl.Text.Style.Underline_Type; [[Underline type]]
          }
       }
 
@@ -117,7 +119,7 @@ interface Efl.Text.Style {
          [[Height of underline style]]
          values
          {
-            height: double;
+            height: double; [[Height]]
          }
       }
 
@@ -138,7 +140,7 @@ interface Efl.Text.Style {
          [[Width of dashed underline style]]
          values
          {
-            width: int;
+            width: int; [[Width]]
          }
       }
 
@@ -147,7 +149,7 @@ interface Efl.Text.Style {
          [[Gap of dashed underline style]]
          values
          {
-            gap: int;
+            gap: int; [[Gap]]
          }
       }
 
@@ -156,7 +158,7 @@ interface Efl.Text.Style {
          [[Type of underline2 style]]
          values
          {
-            type: Efl.Text.Style.Underline_Type;
+            type: Efl.Text.Style.Underline_Type; [[Underline type]]
          }
       }
 
@@ -176,7 +178,7 @@ interface Efl.Text.Style {
          [[Type of strikethrough style]]
          values
          {
-            type: Efl.Text.Style.Strikethrough_Type;
+            type: Efl.Text.Style.Strikethrough_Type; [[Strikethrough type]]
          }
       }
 
@@ -195,7 +197,7 @@ interface Efl.Text.Style {
       @property effect_type {
          [[Type of effect used for the displayed text]]
          values {
-            type: Efl.Text.Style.Effect_Type;
+            type: Efl.Text.Style.Effect_Type; [[Effect type]]
          }
       }
       @property outline_color
@@ -215,7 +217,7 @@ interface Efl.Text.Style {
          [[Direction of shadow effect]]
          values
          {
-            type: Efl.Text.Style.Shadow_Direction;
+            type: Efl.Text.Style.Shadow_Direction; [[Shadow direction]]
          }
       }
 
@@ -263,7 +265,7 @@ interface Efl.Text.Style {
          ]]
          values
          {
-            code: string;
+            code: string; [[Filter code]]
          }
       }
    }

-- 


Reply via email to