jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b358fc4b690453098f26156918e67e4f184d4cb8

commit b358fc4b690453098f26156918e67e4f184d4cb8
Author: JinYong Park <j4939.p...@samsung.com>
Date:   Thu Oct 26 16:12:03 2017 +0900

    elm_bg_legacy: add missing parameter description
    
    Summary: Add missing parameter description to remove doxygen warning
    
    Test Plan: API Doxygen Revision
    
    Reviewers: raster, cedric, jpeg, myoungwoon, Jaehyun_Cho
    
    Differential Revision: https://phab.enlightenment.org/D5388
---
 src/lib/elementary/elm_bg_legacy.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elementary/elm_bg_legacy.h 
b/src/lib/elementary/elm_bg_legacy.h
index 33a1a5211d..545c5d46c8 100644
--- a/src/lib/elementary/elm_bg_legacy.h
+++ b/src/lib/elementary/elm_bg_legacy.h
@@ -91,6 +91,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
  */
@@ -105,6 +106,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
  */

-- 


Reply via email to