summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-11-22 00:37:39 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-11-22 00:38:45 +0900
commite26e1e10fb81ffabf54047f6022f7a6736340b70 (patch)
tree8ce206ecbd947afabaec3dbc3ba56a737ef67a60
parentde812da16100e41271eb91ad2722cdc3fbe12988 (diff)
downloadelementary-e26e1e10fb81ffabf54047f6022f7a6736340b70.tar.gz
win: Fix and clean up doxygen documentation.
-rw-r--r--src/lib/elm_win_common.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/lib/elm_win_common.h b/src/lib/elm_win_common.h
index 2e550485a..5b5b6ff78 100644
--- a/src/lib/elm_win_common.h
+++ b/src/lib/elm_win_common.h
@@ -1,4 +1,10 @@
/**
+ * @addtogroup Win
+ *
+ * @{
+ */
+
+/**
* Defines the types of window that can be created
*
* These are hints set on the window so that a running Window Manager knows
@@ -110,7 +116,6 @@ typedef enum
/**
* Defines the opacity modes of indicator that can be shown
*/
-
typedef enum
{
ELM_WIN_INDICATOR_OPACITY_UNKNOWN, /**< Unknown indicator opacity mode */
@@ -200,4 +205,6 @@ struct _Elm_Win_Trap
*/
EAPI Eina_Bool elm_win_trap_set(const Elm_Win_Trap *trap);
-
+/**
+ * @}
+ */