efl/ecore_imf: fix doxygen hierarchy.

someone should move the docs to header, too much for me to do right now.


SVN revision: 81838
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-28 19:50:06 +00:00
parent eb362c18e4
commit f36a20850c
3 changed files with 4 additions and 4 deletions

View 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

View 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.
*/

View 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.