From dc9750ae1ce8d570a859f1a8a6040176033e833b Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 28 Feb 2020 11:01:03 +0100 Subject: [PATCH] doxygen: remove duplicated sections Unified widgets simply copied elm's headers, duplicating doxygen sections. --- src/lib/elementary/efl_ui_calendar_private.h | 15 --------------- src/lib/elementary/efl_ui_panel_private.h | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/src/lib/elementary/efl_ui_calendar_private.h b/src/lib/elementary/efl_ui_calendar_private.h index 3d80b89305..9ee17465e3 100644 --- a/src/lib/elementary/efl_ui_calendar_private.h +++ b/src/lib/elementary/efl_ui_calendar_private.h @@ -9,17 +9,6 @@ * IT AT RUNTIME. */ -/** - * @addtogroup Widget - * @{ - * - * @section elm-calendar-class The Elementary Calendar Class - * - * Elementary, besides having the @ref Calendar widget, exposes its - * foundation -- the Elementary Calendar Class -- in order to create other - * widgets which are a calendar with some more logic on top. - */ - /** * Base layout smart data extended with calendar instance data. */ @@ -47,10 +36,6 @@ struct _Efl_Ui_Calendar_Data Eina_Bool weekdays_set : 1; }; -/** - * @} - */ - #define EFL_UI_CALENDAR_DATA_GET(o, sd) \ Efl_Ui_Calendar_Data * sd = efl_data_scope_get(o, EFL_UI_CALENDAR_CLASS) diff --git a/src/lib/elementary/efl_ui_panel_private.h b/src/lib/elementary/efl_ui_panel_private.h index f1c3b93ae5..0e844181a1 100644 --- a/src/lib/elementary/efl_ui_panel_private.h +++ b/src/lib/elementary/efl_ui_panel_private.h @@ -11,17 +11,6 @@ * IT AT RUNTIME. */ -/** - * @addtogroup Widget - * @{ - * - * @section elm-panel-class The Elementary Panel Class - * - * Elementary, besides having the @ref Panel widget, exposes its - * foundation -- the Elementary Panel Class -- in order to create other - * widgets which are a panel with some more logic on top. - */ - /** * Base layout smart data extended with panel instance data. */ @@ -50,10 +39,6 @@ struct _Efl_Ui_Panel_Data Eina_Bool callback_added: 1; }; -/** - * @} - */ - #define EFL_UI_PANEL_DATA_GET(o, sd) \ Efl_Ui_Panel_Data * sd = efl_data_scope_get(o, EFL_UI_PANEL_CLASS)