yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2ab029a41303d45cf24546cfde3048d6a5446f24
commit 2ab029a41303d45cf24546cfde3048d6a5446f24 Author: Yakov Goldberg <yako...@samsung.com> Date: Tue Jan 21 11:29:57 2014 +0200 widget: doxygen fix --- src/lib/elm_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index 6ca272b..834d68e 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h @@ -1285,7 +1285,7 @@ typedef void * (*list_data_get_func_type)(const Eina_List * l); #define elm_wdg_disable(ret) ELM_WIDGET_ID(ELM_WIDGET_SUB_ID_DISABLE), EO_TYPECHECK(Eina_Bool *, ret) /** - * @def elm_wdg_theme + * @def elm_wdg_theme_apply * @since 1.8 * * 'Virtual' function on the widget being re-themed. --