edje: Object Perspective Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76985
This commit is contained in:
Jonas M. Gastal 2012-09-21 17:20:50 +00:00
parent 1965aba9ab
commit bf8048e899
1 changed files with 14 additions and 1 deletions

View File

@ -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
*
* @{
*/