efl/ecore_imf: fix doxygen hierarchy.

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


SVN revision: 81838
devs/devilhorns/wayland_egl
Gustavo Sverzut Barbieri 11 years ago
parent eb362c18e4
commit f36a20850c
  1. 2
      src/lib/ecore_imf/ecore_imf.c
  2. 4
      src/lib/ecore_imf/ecore_imf_context.c
  3. 2
      src/lib/ecore_imf/ecore_imf_evas.c

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

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

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

Loading…
Cancel
Save