docs: properly ends doxygen groups

This commit is contained in:
Jean Guyomarc'h 2016-03-16 23:25:04 +01:00
parent 52f0f1bfb1
commit 49b966b653
2 changed files with 8 additions and 0 deletions

View File

@ -38,4 +38,8 @@
#include "elm_container.eo.h"
/**
* @}
*/
#endif

View File

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