From: JinYong Park Date: Thu, 26 Oct 2017 08:42:18 +0000 (+0900) Subject: elm_bg_legacy: add missing parameter description X-Git-Tag: submit/tizen/20171101.082936~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9dee7d3bbf1f3d4e7ca75bc973a2e64a71874d9;p=platform%2Fupstream%2Felementary.git elm_bg_legacy: add missing parameter description Summary : Add missing parameter description to remove doxygen warning Test Plan : API Doxygen Revision https://phab.enlightenment.org/D5388 Change-Id: Ic73b7983a8d22f261f8182edfc4d82ab7da7697b Signed-off-by: JinYong Park --- diff --git a/src/lib/elm_bg_legacy.h b/src/lib/elm_bg_legacy.h index 5a55149f6..a4849380a 100644 --- a/src/lib/elm_bg_legacy.h +++ b/src/lib/elm_bg_legacy.h @@ -84,6 +84,7 @@ EAPI void elm_bg_color_get(const Evas_Object *obj, int * * * @ingroup Elm_Bg * + * @param[in] obj The background object handle * @param[in] file The file path * @param[in] group Optional key (group in Edje) within the file * @@ -102,6 +103,7 @@ EAPI Eina_Bool elm_bg_file_set(Eo *obj, const char *file, const char *group); * * @ingroup Elm_Bg * + * @param[in] obj The background object handle * @param[out] file The file path * @param[out] group Optional key (group in Edje) within the file *