From: Jee-Yong Um Date: Tue, 22 Nov 2016 00:46:15 +0000 (+0900) Subject: fix doxygen warnings X-Git-Tag: submit/tizen/20170102.091821~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=449782aef0f27d8a6adbbcd96f8a41c14e590d60;p=platform%2Fupstream%2Fefl.git fix doxygen warnings Signed-Off-By: Jee-Yong Um Change-Id: I35131958bde982d3f615bca83d849d7d40350fa4 --- diff --git a/doc/main.dox b/doc/main.dox index a5e034055e..24c92eb40c 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -1,5 +1,5 @@ /** - * @defgroup EFL + * @defgroup EFL EFL * @ingroup CAPI_UI_FRAMEWORK * * @brief EFL is a collection of libraries that are independent or may build @@ -170,28 +170,28 @@ /** * @internal - * @defgroup Eo + * @defgroup Eo Eo * @ingroup EFL * * @brief Generic object system. */ /** - * @defgroup Evas + * @defgroup Evas Evas * @ingroup EFL * * @brief Drawing canvas. */ /** - * @defgroup Eet + * @defgroup Eet Eet * @ingroup EFL * * @brief Binary data parser and serializer. */ /** - * @defgroup Eina + * @defgroup Eina Eina * @ingroup EFL * * @brief Data types and low-level/basic abstractions. @@ -199,7 +199,7 @@ /** * @internal - * @defgroup Embryo + * @defgroup Embryo Embryo * @ingroup EFL * * @brief Embedded script language. @@ -207,7 +207,7 @@ /** * @internal - * @defgroup Evil + * @defgroup Evil Evil * @ingroup EFL * * @brief Microsoft Windows portability layer. @@ -215,28 +215,28 @@ /** * @internal - * @defgroup Escape + * @defgroup Escape Escape * @ingroup EFL * * @brief PlayStation3 portability layer. */ /** - * @defgroup Ecore + * @defgroup Ecore Ecore * @ingroup EFL * * @brief Operating System Abstraction and Integration. */ /** - * @defgroup Eio + * @defgroup Eio Eio * @ingroup EFL * * @brief Asynchronous input/output and file manipulation. */ /** - * @defgroup Eldbus + * @defgroup Eldbus Eldbus * @ingroup EFL * * @brief D-Bus integration with EFL (Ecore). @@ -244,7 +244,7 @@ /** * @internal - * @defgroup Efreet + * @defgroup Efreet Efreet * @ingroup EFL * * @brief FreeDesktop.Org (XDG) menu and desktop integration. @@ -252,14 +252,14 @@ /** * @internal - * @defgroup Eeze + * @defgroup Eeze Eeze * @ingroup EFL * * @brief Hardware device manipulation and notification, wraps UDev and similar. */ /** - * @defgroup Edje + * @defgroup Edje Edje * @ingroup EFL * * @brief Layout and theme library with super-powers. @@ -267,7 +267,7 @@ /** * @internal - * @defgroup Emotion + * @defgroup Emotion Emotion * @ingroup EFL * * @brief Plays music and videos. @@ -275,7 +275,7 @@ /** * @internal - * @defgroup Ethumb + * @defgroup Ethumb Ethumb * @ingroup EFL * * @brief Generates thumbnail images of files. @@ -283,7 +283,7 @@ /** * @internal - * @defgroup EPhysics + * @defgroup EPhysics EPhysics * @ingroup EFL * * @brief Physics simulation integration and visual effects. diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index 3b987fd20f..d6ee2582b9 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -794,7 +794,7 @@ EAPI extern int ECORE_CON_EVENT_URL_PROGRESS; */ /** - * @addtogroup Ecore_Con_Events_Group Ecore_Con_Lib_Group + * @addtogroup Ecore_Con_Lib_Group * @ingroup Ecore_Con_Group * * @{ diff --git a/src/lib/eina/eina_util.h b/src/lib/eina/eina_util.h index d049e76d33..399ef3309a 100644 --- a/src/lib/eina/eina_util.h +++ b/src/lib/eina/eina_util.h @@ -55,4 +55,8 @@ EAPI const char *eina_environment_home_get(void); */ EAPI const char *eina_environment_tmp_get(void); +/** + * @} + */ + #endif