summaryrefslogtreecommitdiff
path: root/src/lib/eo
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 /src/lib/eo
parent6a5c2f9c20011c312760e225a9db4a4f79f7fa1e (diff)
downloadefl-ddbe32f2eb5ddae536676e454f7ea95a3885ae6e.tar.gz
doxygen: fix missing end group tag
Diffstat (limited to 'src/lib/eo')
-rw-r--r--src/lib/eo/Eo.h4
1 files changed, 4 insertions, 0 deletions
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
* @{
*/