elm_bg_legacy: add missing parameter description 95/157795/1
authorJinYong Park <j4939.park@samsung.com>
Thu, 26 Oct 2017 08:42:18 +0000 (17:42 +0900)
committerJinYong Park <j4939.park@samsung.com>
Thu, 26 Oct 2017 08:42:18 +0000 (17:42 +0900)
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 <j4939.park@samsung.com>
src/lib/elm_bg_legacy.h

index 5a55149..a484938 100644 (file)
@@ -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
  *