From 7cb5f0f921cd0e327b7677915e0efd7a6dbd4c4f Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 8 Jan 2013 03:56:09 +0000 Subject: efl/ecore_imf: move docs to header about ecore_imf_{init, shutdown} SVN revision: 82380 --- src/lib/ecore_imf/ecore_imf.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/lib/ecore_imf/ecore_imf.c') diff --git a/src/lib/ecore_imf/ecore_imf.c b/src/lib/ecore_imf/ecore_imf.c index c5f12910ca..143acc4e83 100644 --- a/src/lib/ecore_imf/ecore_imf.c +++ b/src/lib/ecore_imf/ecore_imf.c @@ -17,20 +17,6 @@ EAPI int ECORE_IMF_EVENT_DELETE_SURROUNDING = 0; int _ecore_imf_log_dom = -1; static int _ecore_imf_init_count = 0; -/** - * @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. - */ - -/** - * Initialises the Ecore_IMF library. - * @return Number of times the library has been initialised without being - * shut down. - * @ingroup Ecore_IMF_Lib_Group - */ EAPI int ecore_imf_init(void) { @@ -56,12 +42,6 @@ ecore_imf_init(void) return _ecore_imf_init_count; } -/** - * Shuts down the Ecore_IMF library. - * @return Number of times the library has been initialised without being - * shut down. - * @ingroup Ecore_IMF_Lib_Group - */ EAPI int ecore_imf_shutdown(void) { -- cgit v1.2.1