q66 pushed a commit to branch master.

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

commit 791de84f5b80978d22ba8d223a383d35abb80c47
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Wed Sep 2 14:13:15 2015 +0100

    efl_vg_base: convert docs
---
 src/lib/evas/canvas/efl_vg_base.eo | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/lib/evas/canvas/efl_vg_base.eo 
b/src/lib/evas/canvas/efl_vg_base.eo
index 15a8913..ba7ef1c 100644
--- a/src/lib/evas/canvas/efl_vg_base.eo
+++ b/src/lib/evas/canvas/efl_vg_base.eo
@@ -5,20 +5,21 @@ abstract Efl.VG.Base (Eo.Base, Efl.Gfx.Base, Efl.Gfx.Stack)
    methods {
       @property name {
          set {
-            /*@
-              Set an unique name from the parent point of view. @c NULL means
+            [[Set an unique name from the parent point of view. $null means
               no name.
+
               @since 1.15
-             */
+            ]]
          }
          get {
-            /*@
-              Get an unique name from the parent point of view . @c NULL means
-              no name. When set a parent after the name what defined, it might
-              be forced back to NULL if the parent already has a node of that
-              name.
+            [[Get an unique name from the parent point of view.
+
+              $null means no name. When set a parent after the name what
+              defined, it might be forced back to $null if the parent
+              already has a node of that name.
+
               @since 1.15
-             */
+            ]]
          }
          values {
             name: const(char) *;

-- 


Reply via email to