[evas] Docs: fixing a doxygen group placement.

SVN revision: 60314
This commit is contained in:
Gustavo Lima Chaves 2011-06-14 20:12:33 +00:00
parent 07416c0e20
commit 2205a21281
1 changed files with 5 additions and 4 deletions

View File

@ -8,10 +8,6 @@
extern "C" {
#endif
/**
* @addtogroup Evas_GL
* @{
*/
typedef struct _Evas_GL Evas_GL;
typedef struct _Evas_GL_Surface Evas_GL_Surface;
typedef struct _Evas_GL_Context Evas_GL_Context;
@ -367,6 +363,11 @@ init_shaders(GLData *gld)
*
* @ingroup Evas_Canvas
*/
/**
* @addtogroup Evas_GL
* @{
*/
/**
* Creates a new Evas_GL object and returns a handle for gl rendering on efl.