jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5f5088b677a8637c4481462d3b383880d1dcd341

commit 5f5088b677a8637c4481462d3b383880d1dcd341
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Mon Jan 6 09:29:02 2014 +0900

    ecore_imf: fix doxygen warning in ecore_imf_context_input_panel_enabled_set 
()
---
 src/lib/ecore_imf/Ecore_IMF.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h
index 3026fcf..ee1c249 100644
--- a/src/lib/ecore_imf/Ecore_IMF.h
+++ b/src/lib/ecore_imf/Ecore_IMF.h
@@ -1334,7 +1334,7 @@ EAPI Ecore_IMF_Input_Panel_Lang    
ecore_imf_context_input_panel_language_get(Ec
  * @ingroup Ecore_IMF_Context_Group
  * @since 1.1.0
  */
-EAPI void                          
ecore_imf_context_input_panel_enabled_set(Ecore_IMF_Context *ctx, Eina_Bool 
enable);
+EAPI void                          
ecore_imf_context_input_panel_enabled_set(Ecore_IMF_Context *ctx, Eina_Bool 
enabled);
 
 /**
  * Get whether the Input Method Context requests to show the input panel 
automatically.

-- 


Reply via email to