yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6f66d83ae678584a7d3a0d2d7a4e7e841e22e737
commit 6f66d83ae678584a7d3a0d2d7a4e7e841e22e737 Author: Yakov Goldberg <[email protected]> Date: Tue Feb 18 16:24:04 2014 +0200 slider: fix doxygen --- src/lib/elm_slider_eo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_slider_eo.h b/src/lib/elm_slider_eo.h index 34ecc98..fdcc3d5 100644 --- a/src/lib/elm_slider_eo.h +++ b/src/lib/elm_slider_eo.h @@ -330,7 +330,7 @@ enum #define elm_obj_slider_step_get(ret) ELM_OBJ_SLIDER_ID(ELM_OBJ_SLIDER_SUB_ID_STEP_GET), EO_TYPECHECK(double *, ret) /** - * @def elm_slider_indicator_show_on_focus_set + * @def elm_obj_slider_indicator_show_on_focus_set * @since 1.9 * * show indicator of slider on focus @@ -344,7 +344,7 @@ enum #define elm_obj_slider_indicator_show_on_focus_set(flag) ELM_OBJ_SLIDER_ID(ELM_OBJ_SLIDER_SUB_ID_INDICATOR_SHOW_ON_FOCUS_SET), EO_TYPECHECK(Eina_Bool, flag) /** - * @def elm_slider_indicator_show_on_focus_get + * @def elm_obj_slider_indicator_show_on_focus_get * @since 1.9 * * Get whether the indicator of the slider is set or not --
