[evas] Docs: fixing a doxygen group placement.
authorGustavo Lima Chaves <glima@profusion.mobi>
Tue, 14 Jun 2011 20:12:33 +0000 (20:12 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Tue, 14 Jun 2011 20:12:33 +0000 (20:12 +0000)
SVN revision: 60314

legacy/evas/src/lib/Evas_GL.h

index 2fdf4af..b472fdb 100644 (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.