elm_config: add missing parameter description (upstream merged) 42/157942/2
authorJinYong Park <j4939.park@samsung.com>
Fri, 27 Oct 2017 02:47:11 +0000 (11:47 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 27 Oct 2017 02:53:30 +0000 (02:53 +0000)
Summary : Add missing parameter description to remove doxygen warning

Test Plan : API Doxygen Revision

https://phab.enlightenment.org/D5390

Change-Id: I018b91808e4b90a86f2e0d879f827b1ed31a193a
Signed-off-by: JinYong Park <j4939.park@samsung.com>
src/lib/elm_config.h

index 5519338..8c8a215 100644 (file)
@@ -839,7 +839,7 @@ EAPI double       elm_config_scroll_thumbscroll_smooth_time_window_get(void);
  * to look at is determined by this config. The value is in seconds and
  * is from 0.0 to 1.0
  * 
- * @param the time window in seconds (between 0.0 and 1.0)
+ * @param amount the time window in seconds (between 0.0 and 1.0)
  *
  * @see elm_config_scroll_thumbscroll_smooth_time_window_get()
  * 
@@ -2379,6 +2379,7 @@ EAPI Eina_List *elm_config_color_classes_list_get(void);
 /**
  * Free Elementary's list of supported color classes.
  *
+ * @param list The list of color classes to freed
  * @ingroup Colors
  * @since 1.10
  *
@@ -2632,7 +2633,7 @@ EAPI Eina_Bool elm_config_popup_scrollable_get(void);
  * If scrollable is true, popup's contents is wrapped in a scroller container
  * in order to popup shouldn't be larger than its parent.
  *
- * @param enable the popup scroll
+ * @param scrollable enable the popup scroll
  * @since 1.18
  */
 EAPI void      elm_config_popup_scrollable_set(Eina_Bool scrollable);