X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flib%2Felm_separator.h;h=1bc02d9b941a5f6591cea19f490934b0a891d89f;hb=01d0d3d0698d197d1f8445a85b198e9ed20999c9;hp=f064b47ecf0423ff2c91e7313aff23c01a6cf7c8;hpb=5b96d24ce4c8b276e2b820584c64da03e1aa6ac6;p=framework%2Fuifw%2Felementary.git diff --git a/src/lib/elm_separator.h b/src/lib/elm_separator.h index f064b47..1bc02d9 100644 --- a/src/lib/elm_separator.h +++ b/src/lib/elm_separator.h @@ -1,5 +1,6 @@ /** * @defgroup Separator Separator + * @ingroup Elementary * * @brief Separator is a very thin object used to separate other objects. * @@ -14,6 +15,8 @@ * @param parent The parent object * * @return The separator object, or NULL upon failure + * + * @ingroup Separator */ EAPI Evas_Object *elm_separator_add(Evas_Object *parent); /** @@ -21,6 +24,8 @@ EAPI Evas_Object *elm_separator_add(Evas_Object *parent); * * @param obj The separator object * @param horizontal If true, the separator is horizontal + * + * @ingroup Separator */ EAPI void elm_separator_horizontal_set(Evas_Object *obj, Eina_Bool horizontal); /** @@ -30,6 +35,8 @@ EAPI void elm_separator_horizontal_set(Evas_Object *obj, Eina_Bool horizont * @return If true, the separator is horizontal * * @see elm_separator_horizontal_set() + * + * @ingroup Separator */ EAPI Eina_Bool elm_separator_horizontal_get(const Evas_Object *obj); /**