jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ab712a9966e29cba2f75f7c7bc793057bf543f8e

commit ab712a9966e29cba2f75f7c7bc793057bf543f8e
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Sat Feb 1 14:19:38 2014 +0900

    evas: fix doxygen warning in group of Evas_Key
    
    Evas_Common.h:5243: warning: end of file while inside a group
---
 src/lib/evas/Evas_Common.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h
index d4c83c3..5d931ca 100644
--- a/src/lib/evas/Evas_Common.h
+++ b/src/lib/evas/Evas_Common.h
@@ -5236,6 +5236,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
  *
  * Functions to get information of touched points in the Evas.

-- 


Reply via email to