From 4fb75474d88b0ec8918ede7f94ebb6823508bb67 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sat, 1 Feb 2014 13:32:57 +0900 Subject: [PATCH] edje: fix the mismatched argument name with doxygen warning: argument 'above' of command @param is not found in the argument list of edje_edit_part_restack_part_above(Evas_Object *obj, const char *part, const char *below) --- src/lib/edje/Edje_Edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h index 0d0721126b..a9bceceab2 100644 --- a/src/lib/edje/Edje_Edit.h +++ b/src/lib/edje/Edje_Edit.h @@ -870,7 +870,7 @@ EAPI Eina_Bool edje_edit_part_restack_above(Evas_Object *obj, const char *part); * @return EINA_TRUE if successful, EINA_FALSE otherwise. */ EAPI Eina_Bool -edje_edit_part_restack_part_above(Evas_Object *obj, const char* part, const char *below); +edje_edit_part_restack_part_above(Evas_Object *obj, const char* part, const char *above); /** Set a new name for part. *