evas vg: Eolian doc conversion of vg.

Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric, tasn, q66

Reviewed By: q66

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2857
This commit is contained in:
Srivardhan Hebbar 2015-07-23 10:43:04 +01:00 committed by Daniel Kolesa
parent e3d77abfe7
commit 03b1416426
1 changed files with 5 additions and 6 deletions

View File

@ -5,17 +5,16 @@ class Evas.VG (Evas.Object, Efl.Gfx.Fill, Efl.Gfx.View)
methods {
@property root_node {
get {
/*@
Get the root node of the evas_object_vg.
[[Get the root node of the evas_object_vg.
@note To manually create the shape object and show in the Vg
Note: To manually create the shape object and show in the Vg
object canvas you must create the hirarchy and set the
parent as root node.
@since 1.14
*/
@since 1.14]]
}
values {
container: Efl_VG *; /*@ Root node of the VG canvas */
container: Efl_VG *; [[Root node of the VG canvas.]]
}
}
}