efl/ecore_imf: fix doxygen hierarchy.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 19:50:06 +0000 (19:50 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 19:50:06 +0000 (19:50 +0000)
someone should move the docs to header, too much for me to do right now.

SVN revision: 81838

src/lib/ecore_imf/ecore_imf.c
src/lib/ecore_imf/ecore_imf_context.c
src/lib/ecore_imf/ecore_imf_evas.c

index 3ba0200..c5f1291 100644 (file)
@@ -18,7 +18,7 @@ int _ecore_imf_log_dom = -1;
 static int _ecore_imf_init_count = 0;
 
 /**
- * @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions
+ * @defgroup Ecore_IMF_Lib_Group Ecore_IMF - Ecore Input Method Library Functions
  * @ingroup Ecore
  *
  * Utility functions that set up and shut down the Ecore Input Method
index 921d63f..4e4fadc 100644 (file)
@@ -14,7 +14,7 @@
 
 /**
  * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions
- * @ingroup Ecore
+ * @ingroup Ecore_IMF_Lib_Group
  *
  * Functions that operate on Ecore Input Method Context objects.
 
@@ -900,7 +900,7 @@ ecore_imf_context_filter_event(Ecore_IMF_Context *ctx, Ecore_IMF_Event_Type type
 
 /**
  * @defgroup Ecore_IMF_Context_Module_Group Ecore Input Method Context Module Functions
- * @ingroup Ecore
+ * @ingroup Ecore_IMF_Lib_Group
  *
  * Functions that should be used by Ecore Input Method Context modules.
  */
index edefe85..8c37e99 100644 (file)
@@ -9,7 +9,7 @@
 
 /**
  * @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions
- * @ingroup Ecore
+ * @ingroup Ecore_IMF_Lib_Group
  *
  * Helper functions to make it easy to use Evas with Ecore_IMF.
  * Converts each event from Evas to the corresponding event of Ecore_IMF.