From 164ef15b6c06ceb51aea8a0d3fd0cf14d37c28cb Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 6 Jan 2014 09:09:53 +0900 Subject: [PATCH] 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 3d16c72ccc..3026fcf27a 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -33,6 +33,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