seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=e26e1e10fb81ffabf54047f6022f7a6736340b70

commit e26e1e10fb81ffabf54047f6022f7a6736340b70
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Sat Nov 22 00:37:39 2014 +0900

    win: Fix and clean up doxygen documentation.
---
 src/lib/elm_win_common.h | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_win_common.h b/src/lib/elm_win_common.h
index 2e55048..5b5b6ff 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);
 
-
+/**
+ * @}
+ */

-- 


Reply via email to