diff options
author | JinYong Park <j4939.park@samsung.com> | 2017-10-26 16:12:03 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-26 16:12:03 +0900 |
commit | b358fc4b690453098f26156918e67e4f184d4cb8 (patch) | |
tree | 857b08af314182f33830bf889bc5b931a5ae39e7 /src/lib/elementary | |
parent | 084ce3d6e5a7ec250f6653e0f1291ba6a4c9c603 (diff) |
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
Diffstat (limited to 'src/lib/elementary')
-rw-r--r-- | src/lib/elementary/elm_bg_legacy.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 * | |||
91 | * | 91 | * |
92 | * @ingroup Elm_Bg | 92 | * @ingroup Elm_Bg |
93 | * | 93 | * |
94 | * @param[in] obj The background object handle | ||
94 | * @param[in] file The file path | 95 | * @param[in] file The file path |
95 | * @param[in] group Optional key (group in Edje) within the file | 96 | * @param[in] group Optional key (group in Edje) within the file |
96 | */ | 97 | */ |
@@ -105,6 +106,7 @@ EAPI Eina_Bool elm_bg_file_set(Eo *obj, const char *file, const char *group); | |||
105 | * | 106 | * |
106 | * @ingroup Elm_Bg | 107 | * @ingroup Elm_Bg |
107 | * | 108 | * |
109 | * @param[in] obj The background object handle | ||
108 | * @param[out] file The file path | 110 | * @param[out] file The file path |
109 | * @param[out] group Optional key (group in Edje) within the file | 111 | * @param[out] group Optional key (group in Edje) within the file |
110 | */ | 112 | */ |