jihoon pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0f74d5ed99e0e135209a85a399a7fb2fd492203d
commit 0f74d5ed99e0e135209a85a399a7fb2fd492203d Author: Jihoon Kim <[email protected]> Date: Thu Jun 15 19:07:34 2017 +0900 ecore_imf: fix wrong doxygen --- src/lib/ecore_imf/Ecore_IMF.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 9a27c20f52..53fc1188c7 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -1931,9 +1931,6 @@ EAPI void ecore_imf_context_prediction_hint_set(Ecore_I * const char *mime_type = "text/plain,image/png,application/pdf"; * ecore_imf_context_mime_type_accept_set(imf_context, mime_type); * @endcode - * - * @since_tizen 4.0 - * @endif */ EAPI void ecore_imf_context_mime_type_accept_set(Ecore_IMF_Context *ctx, const char *mime_type); --
