diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index c92af111c9..ec1e5b1a0c 100644 --- a/src/lib/ecore_con/ecore_con_url.c +++ b/src/lib/ecore_con/ecore_con_url.c @@ -1419,3 +1419,8 @@ ecore_con_url_verbose_set(Ecore_Con_Url *url_con, } _c->curl_easy_setopt(curl_easy, CURLOPT_VERBOSE, (long)url_con->verbose); } + +/** + * @} + */ + diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index d43fcc827c..289f9112d7 100644 --- a/src/lib/elua/Elua.h +++ b/src/lib/elua/Elua.h @@ -456,6 +456,10 @@ EAPI Eina_Bool elua_util_script_run(Elua_State *es, int argc, char **argv, */ EAPI int elua_util_error_report(const Elua_State *es, int status); +/** + * @} + */ + #endif #ifdef __cplusplus diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 178372efed..4bf91bb3d5 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -2161,6 +2161,10 @@ typedef void (*efl_key_data_free_func)(void *); */ #define efl_wref_del_safe(wref) efl_weak_unref(wref) +/** + * @} + */ + /** * @addtogroup Efl_Events Eo's Event Handling * @{