jihoon pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=9171c62cbe009e6a9f70c9744374a52ddd48a54b
commit 9171c62cbe009e6a9f70c9744374a52ddd48a54b Author: Jihoon Kim <jihoon48....@samsung.com> Date: Mon Jan 6 09:09:53 2014 +0900 ecore_imf: Add description about Ecore_IMF_Lib_Group --- src/lib/ecore_imf/Ecore_IMF.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 3d16c72..3026fcf 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -34,6 +34,14 @@ extern "C" { #endif /** + * @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 + * library. + */ + +/** * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions * @ingroup Ecore_IMF_Lib_Group * --