docs: Fix typo in elm_config API reference

I had found a typo in elm_config_scroll_animation_disabled_set() and fixed it

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12029
This commit is contained in:
Myoungwoon Roy, Kim 2020-06-24 22:58:07 +00:00 committed by Stefan Schmidt
parent 2dcb18acac
commit 1b1f59a0fc
1 changed files with 2 additions and 2 deletions

View File

@ -596,14 +596,14 @@ EAPI Eina_Bool elm_config_scroll_animation_disabled_get(void);
* This option disables timed animations during scrolling and forces scroll actions
* to be performed immediately.
*
* @param enable The state of this option
* @param disable The state of this option
*
* @see elm_config_scroll_animation_disabled_get()
*
* @since 1.18
* @ingroup Elm_Scrolling
*/
EAPI void elm_config_scroll_animation_disabled_set(Eina_Bool enable);
EAPI void elm_config_scroll_animation_disabled_set(Eina_Bool disable);
/**
* Get the value of this option