diff options
author | JinYong Park <j4939.park@samsung.com> | 2017-10-27 11:29:52 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-27 11:29:52 +0900 |
commit | ff61237459562ee1a88580814a00c09011f910d9 (patch) | |
tree | 264a1013b15b0b096f945646e18d2baf022e7bf1 /src/lib | |
parent | 5c74ee26471dffea2bdaa4ab60a9a60d947a9cf2 (diff) |
elm_config: add missing parameter description
Summary: Add missing parameter description to remove doxygen warning
Test Plan: API Doxygen Revision
Reviewers: cedric, jpeg, myoungwoon, Jaehyun_Cho
Differential Revision: https://phab.enlightenment.org/D5390
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elementary/elm_config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/elementary/elm_config.h b/src/lib/elementary/elm_config.h index 0e38471bde..019975d721 100644 --- a/src/lib/elementary/elm_config.h +++ b/src/lib/elementary/elm_config.h | |||
@@ -697,7 +697,7 @@ EAPI double elm_config_scroll_thumbscroll_smooth_amount_get(void); | |||
697 | * is determined by this parameter. 0.0 means to not smooth at all and | 697 | * is determined by this parameter. 0.0 means to not smooth at all and |
698 | * 1.0 is to smoth as much as possible. | 698 | * 1.0 is to smoth as much as possible. |
699 | * | 699 | * |
700 | * @param the amount to smooth from 0.0 to 1.0 with 0.0 being none | 700 | * @param amount the amount to smooth from 0.0 to 1.0 with 0.0 being none |
701 | * | 701 | * |
702 | * @see elm_config_thumbscroll_acceleration_threshold_set() | 702 | * @see elm_config_thumbscroll_acceleration_threshold_set() |
703 | * | 703 | * |
@@ -725,7 +725,7 @@ EAPI double elm_config_scroll_thumbscroll_smooth_time_window_get(void); | |||
725 | * to look at is determined by this config. The value is in seconds and | 725 | * to look at is determined by this config. The value is in seconds and |
726 | * is from 0.0 to 1.0 | 726 | * is from 0.0 to 1.0 |
727 | * | 727 | * |
728 | * @param the time window in seconds (between 0.0 and 1.0) | 728 | * @param amount the time window in seconds (between 0.0 and 1.0) |
729 | * | 729 | * |
730 | * @see elm_config_scroll_thumbscroll_smooth_time_window_get() | 730 | * @see elm_config_scroll_thumbscroll_smooth_time_window_get() |
731 | * | 731 | * |
@@ -1836,6 +1836,7 @@ EAPI Eina_List *elm_config_color_classes_list_get(void); | |||
1836 | /** | 1836 | /** |
1837 | * Free Elementary's list of supported color classes. | 1837 | * Free Elementary's list of supported color classes. |
1838 | * | 1838 | * |
1839 | * @param list The list of color classes to freed | ||
1839 | * @ingroup Colors | 1840 | * @ingroup Colors |
1840 | * @since 1.10 | 1841 | * @since 1.10 |
1841 | * | 1842 | * |
@@ -2041,7 +2042,7 @@ EAPI Eina_Bool elm_config_popup_scrollable_get(void); | |||
2041 | * If scrollable is true, popup's contents is wrapped in a scroller container | 2042 | * If scrollable is true, popup's contents is wrapped in a scroller container |
2042 | * in order to popup shouldn't be larger than its parent. | 2043 | * in order to popup shouldn't be larger than its parent. |
2043 | * | 2044 | * |
2044 | * @param enable the popup scroll | 2045 | * @param scrollable enable the popup scroll |
2045 | * @since 1.18 | 2046 | * @since 1.18 |
2046 | */ | 2047 | */ |
2047 | EAPI void elm_config_popup_scrollable_set(Eina_Bool scrollable); | 2048 | EAPI void elm_config_popup_scrollable_set(Eina_Bool scrollable); |