From 5ddb12a32354f217dda7c8253618bef7efe3ffdf Mon Sep 17 00:00:00 2001 From: Yakov Goldberg Date: Tue, 21 Jan 2014 11:29:57 +0200 Subject: [PATCH] widget: doxygen fix --- legacy/elementary/src/lib/elm_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_widget.h b/legacy/elementary/src/lib/elm_widget.h index 6ca272b818..834d68e760 100644 --- a/legacy/elementary/src/lib/elm_widget.h +++ b/legacy/elementary/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.