From: gastal Date: Fri, 21 Sep 2012 17:20:50 +0000 (+0000) Subject: edje: Object Perspective Group created in documentation. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfbd120227bab99dde85be4fe7f0c3acef24da7b;p=profile%2Fivi%2Fedje.git edje: Object Perspective Group created in documentation. Author: Lucas Joia git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76985 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Edje.h b/src/lib/Edje.h index 7add872..5b734c6 100644 --- a/src/lib/Edje.h +++ b/src/lib/Edje.h @@ -4194,7 +4194,20 @@ EAPI void edje_message_signal_process (void); */ /** - * @addtogroup Edje_Object_Group + * @defgroup Edje_Perspective Edje Perspective + * + * @brief Functions that deal with 3D projection of an 2D object. + * + * Perspective is a graphical tool that makes objets represented in 2D + * look like they have a 3D appearance. + * + * Edje allows us to use perspective on any edje object. This group of + * functions deal with the use of perspective, by creating and configuring + * a perspective object that must set to a edje object or a canvas, + * affecting all the objects inside that have no particular perspective + * set already. + * + * @ingroup Edje_Object_Group * * @{ */