From bf8048e89954d7d3a9b76759b3646cc2c84dbf8a Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Fri, 21 Sep 2012 17:20:50 +0000 Subject: [PATCH] edje: Object Perspective Group created in documentation. Author: Lucas Joia SVN revision: 76985 --- legacy/edje/src/lib/Edje.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index 7add872165..5b734c6bd0 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/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 * * @{ */