docs: fix group name 88/196488/1 submit/tizen_4.0/20190109.062201
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 31 Dec 2018 03:46:12 +0000 (12:46 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Mon, 31 Dec 2018 07:14:59 +0000 (16:14 +0900)
Change-Id: Iec557f650d2c8f09c2214b072083e977cc9e039b

src/lib/elc_multibuttonentry.h
src/lib/elc_multibuttonentry_common.h
src/lib/elc_multibuttonentry_legacy.h
src/lib/elm_plug.h
src/lib/elm_plug_legacy.h

index a36700bc615b11a861ae83d356398d2788680c74..19077935716d02bb629605fa312b7e5cb7534838 100644 (file)
@@ -53,7 +53,7 @@
 
 
 /**
- * @addtogroup Multibuttonentry
+ * @addtogroup Elm_Multibuttonentry
  * @{
  */
 
index b076385698e418d5ae32b253c87e8b2ee6f6095c..3af5cee9b7842ceed00d9291dfb92fe738de9d64 100644 (file)
@@ -9,7 +9,7 @@
  * @return @c EINA_TRUE
  *         @c EINA_FALSE otherwise.
  *
- * @ingroup Multibuttonentry
+ * @ingroup Elm_Multibuttonentry
  */
 typedef Eina_Bool                   (*Elm_Multibuttonentry_Item_Filter_Cb)(Evas_Object *obj, const char *item_label, void *item_data, void *data);
 
@@ -28,6 +28,6 @@ typedef Eina_Bool                   (*Elm_Multibuttonentry_Item_Filter_Cb)(Evas_
  * @see elm_multibuttonentry_format_function_set()
  * @see elm_multibuttonentry_expanded_set()
  *
- * @ingroup Multibuttonentry
+ * @ingroup Elm_Multibuttonentry
  */
 typedef char * (*Elm_Multibuttonentry_Format_Cb)(int count, void *data);
index 56ea87cf0f4fa3f84a9dcaa77812f918867405dc..98895f9606b6dd179922a44b5bfcc4bca0c4040b 100644 (file)
@@ -7,7 +7,7 @@
  * @return The new object or NULL if it cannot be created
  *
  *
- * @ingroup Multibuttonentry
+ * @ingroup Elm_Multibuttonentry
  *
  * @if MOBILE @since_tizen 2.3
  * @endif
index f119224d64f171ed34df26f8e9429ddf94eba848..d921c11858c0f50c9d57d6b3aeba73cd411493db 100644 (file)
@@ -45,7 +45,7 @@ typedef struct _Elm_Plug_Message Elm_Plug_Message;
 //
 
 /**
- * @addtogroup Plug
+ * @addtogroup Elm_Plug
  * @{
  */
 
index 4df50cf47f36dfd0f0296d2d0edecf769b9a9cd8..6d352f9a4569cebc6dc3336788fc6b54f6ee9170 100644 (file)
@@ -4,7 +4,7 @@
  * @param parent The parent object
  * @return The new plug image object or NULL if it cannot be created
  *
- * @ingroup Plug
+ * @ingroup Elm_Plug
  *
  * @if MOBILE @since_tizen 2.3
  * @elseif WEARABLE @since_tizen 2.3.1
@@ -12,4 +12,4 @@
  */
 EAPI Evas_Object    *elm_plug_add(Evas_Object *parent);
 
-#include "elm_plug.eo.legacy.h"
\ No newline at end of file
+#include "elm_plug.eo.legacy.h"