[evas] Fixing placement of key input funcions' doc
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 17:01:27 +0000 (17:01 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 17:01:27 +0000 (17:01 +0000)
 group.
Documentation comes later.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@60145 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 9d12854..95f1882 100644 (file)
@@ -8497,8 +8497,15 @@ EAPI int               evas_string_char_prev_get         (const char *str, int p
 EAPI int               evas_string_char_len_get          (const char *str) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;
 
 /**
- * TO BE DOCUMENTED:
- * @todo document key modifiers.
+ * @defgroup Evas_Keys Key Input Functions
+ *
+ * @ingroup Evas_Canvas
+ * @todo Finish proper documentation of this group.
+ */
+
+/**
+ * @addtogroup Evas_Keys
+ * @{
  */
 
 /**
@@ -8769,6 +8776,10 @@ EAPI Eina_Bool            evas_object_key_grab           (Evas_Object *obj, cons
  */
 EAPI void                 evas_object_key_ungrab         (Evas_Object *obj, const char *keyname, Evas_Modifier_Mask modifiers, Evas_Modifier_Mask not_modifiers) EINA_ARG_NONNULL(1, 2);
 
+/**
+ * @}
+ */
+
 #ifdef __cplusplus
 }
 #endif