evas: fix doxygen warning in group of Evas_Key

Evas_Common.h:5243: warning: end of file while inside a group
This commit is contained in:
Jihoon Kim 2014-02-01 14:19:38 +09:00
parent 4fb75474d8
commit ab712a9966
1 changed files with 4 additions and 0 deletions

View File

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