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)
This commit is contained in:
Jihoon Kim 2014-02-01 13:32:57 +09:00
parent a759462078
commit 4fb75474d8
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*