diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-28 19:50:06 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-28 19:50:06 +0000 |
commit | f36a20850cc08e3c7a4048997183b61d310c5bc4 (patch) | |
tree | e60243747fdbeb2caa666f0c83c7da0cf0a417a0 /src/lib/ecore_imf | |
parent | eb362c18e4a1314314751e62e4e0625b235fcf35 (diff) |
efl/ecore_imf: fix doxygen hierarchy.
someone should move the docs to header, too much for me to do right now.
SVN revision: 81838
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf.c | 2 | ||||
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_context.c | 4 | ||||
-rw-r--r-- | 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; | |||
18 | static int _ecore_imf_init_count = 0; | 18 | static int _ecore_imf_init_count = 0; |
19 | 19 | ||
20 | /** | 20 | /** |
21 | * @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions | 21 | * @defgroup Ecore_IMF_Lib_Group Ecore_IMF - Ecore Input Method Library Functions |
22 | * @ingroup Ecore | 22 | * @ingroup Ecore |
23 | * | 23 | * |
24 | * Utility functions that set up and shut down the Ecore Input Method | 24 | * 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 @@ | |||
14 | 14 | ||
15 | /** | 15 | /** |
16 | * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions | 16 | * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions |
17 | * @ingroup Ecore | 17 | * @ingroup Ecore_IMF_Lib_Group |
18 | * | 18 | * |
19 | * Functions that operate on Ecore Input Method Context objects. | 19 | * Functions that operate on Ecore Input Method Context objects. |
20 | 20 | ||
@@ -900,7 +900,7 @@ ecore_imf_context_filter_event(Ecore_IMF_Context *ctx, Ecore_IMF_Event_Type type | |||
900 | 900 | ||
901 | /** | 901 | /** |
902 | * @defgroup Ecore_IMF_Context_Module_Group Ecore Input Method Context Module Functions | 902 | * @defgroup Ecore_IMF_Context_Module_Group Ecore Input Method Context Module Functions |
903 | * @ingroup Ecore | 903 | * @ingroup Ecore_IMF_Lib_Group |
904 | * | 904 | * |
905 | * Functions that should be used by Ecore Input Method Context modules. | 905 | * Functions that should be used by Ecore Input Method Context modules. |
906 | */ | 906 | */ |
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 @@ | |||
9 | 9 | ||
10 | /** | 10 | /** |
11 | * @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions | 11 | * @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions |
12 | * @ingroup Ecore | 12 | * @ingroup Ecore_IMF_Lib_Group |
13 | * | 13 | * |
14 | * Helper functions to make it easy to use Evas with Ecore_IMF. | 14 | * Helper functions to make it easy to use Evas with Ecore_IMF. |
15 | * Converts each event from Evas to the corresponding event of Ecore_IMF. | 15 | * Converts each event from Evas to the corresponding event of Ecore_IMF. |