From f36a20850cc08e3c7a4048997183b61d310c5bc4 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 28 Dec 2012 19:50:06 +0000 Subject: [PATCH] efl/ecore_imf: fix doxygen hierarchy. 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 | 2 +- src/lib/ecore_imf/ecore_imf_context.c | 4 ++-- src/lib/ecore_imf/ecore_imf_evas.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/ecore_imf/ecore_imf.c b/src/lib/ecore_imf/ecore_imf.c index 3ba02001d3..c5f12910ca 100644 --- a/src/lib/ecore_imf/ecore_imf.c +++ b/src/lib/ecore_imf/ecore_imf.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 diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 921d63ff54..4e4fadced3 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -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. */ diff --git a/src/lib/ecore_imf/ecore_imf_evas.c b/src/lib/ecore_imf/ecore_imf_evas.c index edefe85f68..8c37e99239 100644 --- a/src/lib/ecore_imf/ecore_imf_evas.c +++ b/src/lib/ecore_imf/ecore_imf_evas.c @@ -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.