diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-01-06 09:09:53 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-01-06 09:09:53 +0900 |
commit | 164ef15b6c06ceb51aea8a0d3fd0cf14d37c28cb (patch) | |
tree | c04778cae77ac4bb05f69669ea441afd6d314b99 /src/lib/ecore_imf | |
parent | 777a066e8771e2ebd515a7078e44ee5e404417db (diff) |
ecore_imf: Add description about Ecore_IMF_Lib_Group
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 3d16c72ccc..3026fcf27a 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -34,6 +34,14 @@ extern "C" { | |||
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | /** | 36 | /** |
37 | * @defgroup Ecore_IMF_Lib_Group Ecore_IMF - Ecore Input Method Library Functions | ||
38 | * @ingroup Ecore | ||
39 | * | ||
40 | * Utility functions that set up and shut down the Ecore Input Method | ||
41 | * library. | ||
42 | */ | ||
43 | |||
44 | /** | ||
37 | * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions | 45 | * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions |
38 | * @ingroup Ecore_IMF_Lib_Group | 46 | * @ingroup Ecore_IMF_Lib_Group |
39 | * | 47 | * |