q66 pushed a commit to branch master.

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

commit c2ff5bfc823222de25d9e5099e8cf7084e67978d
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Thu Jul 23 09:32:46 2015 +0100

    evas out: Eolian doc conversion of out.
    
    Summary: Signed-off-by: Srivardhan Hebbar <sri.heb...@samsung.com>
    
    Reviewers: cedric, tasn, q66
    
    Reviewed By: q66
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D2855
---
 src/lib/evas/canvas/evas_out.eo | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/lib/evas/canvas/evas_out.eo b/src/lib/evas/canvas/evas_out.eo
index d264889..0b68f3e 100644
--- a/src/lib/evas/canvas/evas_out.eo
+++ b/src/lib/evas/canvas/evas_out.eo
@@ -5,10 +5,14 @@ class Evas.Out (Eo.Base)
    methods {
       @property view {
          set {
-            /*@ Sets the viewport region of the canvas that the output 
displays This sets both the viewport region in the canvas that displays on the 
given output, but also the viewport size will match the output resolution 1:1. 
*/
+            [[Sets the viewport region of the canvas that the output displays.
+
+              This sets both the viewport region in the canvas that displays
+              on the given output, but also the viewport size will match the 
+              output resolution 1:1.]]
          }
          get {
-            /*@ Gets the viewport region of the canvas that the output 
displays */
+            [[Gets the viewport region of the canvas that the output 
displays.]]
          }
          values {
             x: Evas_Coord;
@@ -19,14 +23,14 @@ class Evas.Out (Eo.Base)
       }
       @property engine_info {
          set {
-            /*@ Sets the engine specific output parameters for a given output. 
*/
+            [[Sets the engine specific output parameters for a given output.]]
             return: bool;
          }
          get {
-            /*@ Gets the engine specific output parameters for a given output. 
*/
+            [[Gets the engine specific output parameters for a given output.]]
          }
          values {
-            info: Evas_Engine_Info *; /*@ The engine parameters */
+            info: Evas_Engine_Info *; [[The engine parameters.]]
          }
       }
    }

-- 


Reply via email to