summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-02-28 10:53:49 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-02-28 11:44:19 +0100
commitddbe32f2eb5ddae536676e454f7ea95a3885ae6e (patch)
treec79c68fb47dc7aa24d3fcdbe3bcf72d1c18854be
parent6a5c2f9c20011c312760e225a9db4a4f79f7fa1e (diff)
downloadefl-ddbe32f2eb5ddae536676e454f7ea95a3885ae6e.tar.gz
doxygen: fix missing end group tag
-rw-r--r--src/lib/ecore_con/ecore_con_url.c5
-rw-r--r--src/lib/elua/Elua.h4
-rw-r--r--src/lib/eo/Eo.h4
3 files changed, 13 insertions, 0 deletions
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
@@ -2162,6 +2162,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
* @{
*/