doxygen: fix missing end group tag

This commit is contained in:
Xavi Artigas 2020-02-28 10:53:49 +01:00
parent 6a5c2f9c20
commit ddbe32f2eb
3 changed files with 13 additions and 0 deletions

View File

@ -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);
}
/**
* @}
*/

View File

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

View File

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