doxygen: remove duplicated sections

Unified widgets simply copied elm's headers, duplicating doxygen sections.
This commit is contained in:
Xavi Artigas 2020-02-28 11:01:03 +01:00
parent ddbe32f2eb
commit dc9750ae1c
2 changed files with 0 additions and 30 deletions

View File

@ -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)

View File

@ -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)