diff --git a/legacy/elementary/src/lib/elm_layout_common.h b/legacy/elementary/src/lib/elm_layout_common.h index 80156c2b28..21e52ab791 100644 --- a/legacy/elementary/src/lib/elm_layout_common.h +++ b/legacy/elementary/src/lib/elm_layout_common.h @@ -1,3 +1,13 @@ +/** + * @typedef Elm_Layout_Part_Alias_Description + * + * A layout part aliasing (proxying) description, used to get part + * names aliasing independently of a widgets theme. + * + * @ingroup Widget + */ +typedef struct _Elm_Layout_Part_Alias_Description Elm_Layout_Part_Alias_Description; + /** * @def elm_layout_icon_set * Convenience macro to set the icon object in a layout that follows the diff --git a/legacy/elementary/src/lib/elm_widget_layout.h b/legacy/elementary/src/lib/elm_widget_layout.h index 837b04b69c..0d7b8d7f94 100644 --- a/legacy/elementary/src/lib/elm_widget_layout.h +++ b/legacy/elementary/src/lib/elm_widget_layout.h @@ -38,16 +38,6 @@ * explained in detail. */ -/** - * @typedef Elm_Layout_Part_Alias_Description - * - * A layout part aliasing (proxying) description, used to get part - * names aliasing independently of a widgets theme. - * - * @ingroup Widget - */ -typedef struct _Elm_Layout_Part_Alias_Description Elm_Layout_Part_Alias_Description; - /** * @struct _Elm_Layout_Part_Alias_Description *