From 3c9ceb98cc45851281dcd1301ac54edb3c583ea9 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 26 Nov 2012 23:58:23 +0000 Subject: [PATCH] elm: add ingroup GLView for some enums SVN revision: 79729 --- src/lib/elm_glview.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lib/elm_glview.h b/src/lib/elm_glview.h index 5dc9b8f..90575c0 100644 --- a/src/lib/elm_glview.h +++ b/src/lib/elm_glview.h @@ -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 { -- 2.7.4