stefan pushed a commit to branch master.

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

commit 820d8f23f02771cd7646cfc35c949e98772f9be3
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Oct 25 15:23:50 2016 +0200

    docs: interfaces: document missing structs in gfx interfaces
---
 src/lib/efl/interfaces/efl_gfx_types.eot | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_gfx_types.eot 
b/src/lib/efl/interfaces/efl_gfx_types.eot
index 3483a77..db6962d 100644
--- a/src/lib/efl/interfaces/efl_gfx_types.eot
+++ b/src/lib/efl/interfaces/efl_gfx_types.eot
@@ -110,10 +110,10 @@ struct Efl.Gfx.Gradient.Stop
 struct Efl.Gfx.Stroke.Color
 {
   [[Internal structure for @Efl.Gfx.Stroke.]]
-  r: int;
-  g: int;
-  b: int;
-  a: int;
+  r: int; [[The component R color of the stroke]]
+  g: int; [[The component G color of the stroke]]
+  b: int; [[The component B color of the stroke]]
+  a: int; [[The component A color of the stroke]]
 }
 
 struct Efl.Gfx.Stroke
@@ -122,19 +122,20 @@ struct Efl.Gfx.Stroke
     Describes the properties to define the path stroke.
     @since 1.14
   ]]
-  scale: double;
-  width: double;
-  centered: double;
-  color: Efl.Gfx.Stroke.Color;
-  dash: Efl.Gfx.Dash*;
-  dash_length: uint;
-  cap: Efl.Gfx.Cap;
-  join: Efl.Gfx.Join;
+  scale: double; [[Stroke scale]]
+  width: double; [[Stroke width]]
+  centered: double; [[Stroke centered]]
+  color: Efl.Gfx.Stroke.Color; [[Stroke color]]
+  dash: Efl.Gfx.Dash*; [[Stroke dash]]
+  dash_length: uint; [[Stroke dash length]]
+  cap: Efl.Gfx.Cap; [[Stroke cap]]
+  join: Efl.Gfx.Join; [[Stroke join]]
 }
 
 struct Efl.Gfx.Shape.Public
 {
-   stroke: Efl.Gfx.Stroke;
+   [[Public shape]]
+   stroke: Efl.Gfx.Stroke; [[Internal representation as stroke]]
 }
 
 enum Efl.Gfx.Border_Fill_Mode

-- 


Reply via email to