win: Fix and clean up doxygen documentation.

This commit is contained in:
Daniel Juyung Seo 2014-11-22 00:37:39 +09:00
parent b1808e5ad7
commit 78fea1b7f5
1 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
/**
* @addtogroup Win
*
* @{
*/
/**
* Defines the types of window that can be created
*
@ -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);
/**
* @}
*/