From df12bc32b615a58a5fb4958e74bed1492e9d849c Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Tue, 25 Sep 2012 19:45:38 +0000 Subject: [PATCH] edje: fix refs to Edje_Object_Part group in documentation. Author: Lucas Joia SVN revision: 77057 --- legacy/edje/src/lib/Edje.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index d0e8a31bce..bc0c526dab 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/src/lib/Edje.h @@ -3914,7 +3914,7 @@ EAPI Eina_Bool edje_object_part_drag_page (Evas_Object *obj, const c * Box is a container type for parts, that means it can contain * other parts. * - * @ingroup Edje_Object_Part_Group + * @ingroup Edje_Object_Part * * @{ */ @@ -4082,7 +4082,7 @@ EAPI Eina_Bool edje_object_part_box_remove_all (Evas_Object *obj, con * Table is a container type for parts, that means it can contain * other parts. * - * @ingroup Edje_Object_Part_Group + * @ingroup Edje_Object_Part * * @{ */