diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index 135fa5e84b..31070d6ea6 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/src/lib/Edje.h @@ -3890,6 +3890,23 @@ EAPI Eina_Bool edje_object_part_drag_step (Evas_Object *obj, const c */ EAPI Eina_Bool edje_object_part_drag_page (Evas_Object *obj, const char *part, double dx, double dy); +/** + * @} + */ + +/** + * @defgroup Edje_Part_Box Edje Box Part + * + * @brief Functions that deal with parts of type box. + * + * Box is a container type for parts, that means it can contain + * other parts. + * + * @ingroup Edje_Object_Part_Group + * + * @{ + */ + /** * @brief Appends an object to the box. *