From 9d4b66083c0611f0c5d5f3fee2230e1d6c61e45b Mon Sep 17 00:00:00 2001 From: Hosang Kim Date: Mon, 31 Dec 2018 12:46:12 +0900 Subject: [PATCH] docs: fix group name Change-Id: Iec557f650d2c8f09c2214b072083e977cc9e039b --- src/lib/elc_multibuttonentry.h | 2 +- src/lib/elc_multibuttonentry_common.h | 4 ++-- src/lib/elc_multibuttonentry_legacy.h | 2 +- src/lib/elm_plug.h | 2 +- src/lib/elm_plug_legacy.h | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/elc_multibuttonentry.h b/src/lib/elc_multibuttonentry.h index a36700bc6..190779357 100644 --- a/src/lib/elc_multibuttonentry.h +++ b/src/lib/elc_multibuttonentry.h @@ -53,7 +53,7 @@ /** - * @addtogroup Multibuttonentry + * @addtogroup Elm_Multibuttonentry * @{ */ diff --git a/src/lib/elc_multibuttonentry_common.h b/src/lib/elc_multibuttonentry_common.h index b07638569..3af5cee9b 100644 --- a/src/lib/elc_multibuttonentry_common.h +++ b/src/lib/elc_multibuttonentry_common.h @@ -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); diff --git a/src/lib/elc_multibuttonentry_legacy.h b/src/lib/elc_multibuttonentry_legacy.h index 56ea87cf0..98895f960 100644 --- a/src/lib/elc_multibuttonentry_legacy.h +++ b/src/lib/elc_multibuttonentry_legacy.h @@ -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 diff --git a/src/lib/elm_plug.h b/src/lib/elm_plug.h index f119224d6..d921c1185 100644 --- a/src/lib/elm_plug.h +++ b/src/lib/elm_plug.h @@ -45,7 +45,7 @@ typedef struct _Elm_Plug_Message Elm_Plug_Message; // /** - * @addtogroup Plug + * @addtogroup Elm_Plug * @{ */ diff --git a/src/lib/elm_plug_legacy.h b/src/lib/elm_plug_legacy.h index 4df50cf47..6d352f9a4 100644 --- a/src/lib/elm_plug_legacy.h +++ b/src/lib/elm_plug_legacy.h @@ -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" -- 2.34.1