diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-03-16 23:25:04 +0100 |
---|---|---|
committer | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-03-16 23:25:04 +0100 |
commit | 49b966b65320f823e2cb2b42b8a9c42849c49db5 (patch) | |
tree | 4c9df5fd38e3da46d1580f9d21f694831831244b /legacy | |
parent | 52f0f1bfb1a78dd02211c32b75a70ca82f0ebfeb (diff) | |
download | efl-49b966b65320f823e2cb2b42b8a9c42849c49db5.tar.gz |
docs: properly ends doxygen groups
Diffstat (limited to 'legacy')
-rw-r--r-- | legacy/elementary/src/lib/elm_widget_container.h | 4 | ||||
-rw-r--r-- | legacy/elementary/src/lib/elm_widget_flipselector.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/legacy/elementary/src/lib/elm_widget_container.h b/legacy/elementary/src/lib/elm_widget_container.h index a8cde2432e..f62095a504 100644 --- a/legacy/elementary/src/lib/elm_widget_container.h +++ b/legacy/elementary/src/lib/elm_widget_container.h @@ -38,4 +38,8 @@ #include "elm_container.eo.h" +/** + * @} + */ + #endif diff --git a/legacy/elementary/src/lib/elm_widget_flipselector.h b/legacy/elementary/src/lib/elm_widget_flipselector.h index ef2edef2ce..d5ef440fda 100644 --- a/legacy/elementary/src/lib/elm_widget_flipselector.h +++ b/legacy/elementary/src/lib/elm_widget_flipselector.h @@ -86,4 +86,8 @@ struct _Elm_Flipselector_Item_Data if (EINA_UNLIKELY(!eo_isa((it->base->eo_obj), ELM_FLIPSELECTOR_ITEM_CLASS))) \ return __VA_ARGS__; +/** + * @} + */ + #endif |