diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index d4c83c3577..5d931ca16a 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -5235,6 +5235,10 @@ EAPI Eina_Bool evas_key_modifier_is_set(const Evas_Modifier *m, const */ EAPI Eina_Bool evas_key_lock_is_set(const Evas_Lock *l, const char *keyname) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2); +/** + * @} + */ + /** * @defgroup Evas_Touch_Point_List Touch Point List Functions *