jayji pushed a commit to branch master.

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

commit bc8f87c3ac595a05bab2fe7902d79dc572da9322
Author: Jean Guyomarc'h <[email protected]>
Date:   Sat Jul 2 20:41:28 2016 +0200

    elementary: document elm_table parameters
---
 src/lib/elementary/elm_table.eo | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/elementary/elm_table.eo b/src/lib/elementary/elm_table.eo
index 9050ea2..5f300f9 100644
--- a/src/lib/elementary/elm_table.eo
+++ b/src/lib/elementary/elm_table.eo
@@ -71,8 +71,8 @@ class Elm.Table (Elm.Widget)
             @in subobj: Efl.Canvas.Object; [[The subobject to be modified in 
the table.]]
             @in column: int; [[Column number.]]
             @in row: int; [[Row number.]]
-            @in colspan: int;
-            @in rowspan: int;
+            @in colspan: int; [[Columns span.]]
+            @in rowspan: int; [[Rows span.]]
          }
          legacy: null;
       }
@@ -82,8 +82,8 @@ class Elm.Table (Elm.Widget)
             @in subobj: Efl.Canvas.Object; [[The subobject to be modified in 
the table.]]
             @out column: int; [[Column number.]]
             @out row: int; [[Row number.]]
-            @out colspan: int;
-            @out rowspan: int;
+            @out colspan: int; [[Columns span.]]
+            @out rowspan: int; [[Rows span.]]
          }
          legacy: null;
       }
@@ -111,8 +111,8 @@ class Elm.Table (Elm.Widget)
             @in subobj: Efl.Canvas.Object; [[The subobject to be added to the 
table.]]
             @in column: int; [[Column number.]]
             @in row: int; [[Row number.]]
-            @in colspan: int;
-            @in rowspan: int;
+            @in colspan: int; [[Columns span.]]
+            @in rowspan: int; [[Rows span.]]
          }
       }
    }

-- 


Reply via email to