[evas] Docs: fixing a doxygen group placement.
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Jun 2011 20:12:33 +0000 (20:12 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Jun 2011 20:12:33 +0000 (20:12 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@60314 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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.