fix doxygen warnings
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 22 Nov 2016 00:46:15 +0000 (09:46 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Wed, 30 Nov 2016 06:38:22 +0000 (15:38 +0900)
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
Change-Id: I35131958bde982d3f615bca83d849d7d40350fa4

doc/main.dox
src/lib/ecore_con/Ecore_Con.h
src/lib/eina/eina_util.h

index a5e034055e3bff355eab47fe5d0ecfbe7834fef6..24c92eb40cfd878d6493842e7a3afc4444b46bd7 100644 (file)
@@ -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
 
 /**
  * @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.
 
 /**
  * @internal
- * @defgroup Embryo
+ * @defgroup Embryo Embryo
  * @ingroup EFL
  *
  * @brief Embedded script language.
 
 /**
  * @internal
- * @defgroup Evil
+ * @defgroup Evil Evil
  * @ingroup EFL
  *
  * @brief Microsoft Windows portability layer.
 
 /**
  * @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).
 
 /**
  * @internal
- * @defgroup Efreet
+ * @defgroup Efreet Efreet
  * @ingroup EFL
  *
  * @brief FreeDesktop.Org (XDG) menu and desktop integration.
 
 /**
  * @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.
 
 /**
  * @internal
- * @defgroup Emotion
+ * @defgroup Emotion Emotion
  * @ingroup EFL
  *
  * @brief Plays music and videos.
 
 /**
  * @internal
- * @defgroup Ethumb
+ * @defgroup Ethumb Ethumb
  * @ingroup EFL
  *
  * @brief Generates thumbnail images of files.
 
 /**
  * @internal
- * @defgroup EPhysics
+ * @defgroup EPhysics EPhysics
  * @ingroup EFL
  *
  * @brief Physics simulation integration and visual effects.
index 3b987fd20f37e4e93590673c2b898da060f4e732..d6ee2582b9172d655dbf19f05179d5376bb20f34 100644 (file)
@@ -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
  *
  * @{
index d049e76d3313be03a680792cce1af844177dfcb7..399ef3309a8004b17dfa071b73e64204cdf7f79b 100644 (file)
@@ -55,4 +55,8 @@ EAPI const char *eina_environment_home_get(void);
  */
 EAPI const char *eina_environment_tmp_get(void);
 
+/**
+ * @}
+ */
+
 #endif