elm: add ingroup GLView for some enums
authorJihoon Kim <imfine98@gmail.com>
Mon, 26 Nov 2012 23:58:23 +0000 (23:58 +0000)
committerJihoon Kim <imfine98@gmail.com>
Mon, 26 Nov 2012 23:58:23 +0000 (23:58 +0000)
SVN revision: 79729

src/lib/elm_glview.h

index 5dc9b8f..90575c0 100644 (file)
@@ -16,6 +16,9 @@
  *
  */
 
+/**
+ * @ingroup GLView
+ */
 #define ELM_OBJ_GLVIEW_CLASS elm_obj_glview_class_get()
 
 const Eo_Class *elm_obj_glview_class_get(void) EINA_CONST;
@@ -179,6 +182,11 @@ enum
 
 typedef void (*Elm_GLView_Func_Cb)(Evas_Object *obj);
 
+/**
+ * Defines mode of GLView
+ *
+ * @ingroup GLView
+ */
 typedef enum _Elm_GLView_Mode
 {
    ELM_GLVIEW_NONE    = 0,
@@ -199,6 +207,7 @@ typedef enum _Elm_GLView_Mode
  * scaled.
  *
  * @note Default is ELM_GLVIEW_RESIZE_POLICY_RECREATE
+ * @ingroup GLView
  */
 typedef enum
 {
@@ -215,6 +224,7 @@ typedef enum
  * only when it is visible.
  *
  * @note Default is ELM_GLVIEW_RENDER_POLICY_ON_DEMAND
+ * @ingroup GLView
  */
 typedef enum
 {