From e686199a76a5f253889f595a7ba3337965275e71 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 5 Dec 2018 20:01:28 +0900 Subject: [PATCH] ecore_imf: Fix document about ecore_imf_context_input_panel_position_set() Signed-off-by: Jihoon Kim --- 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 d9ba33bd0f..85c43234a7 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -1978,7 +1978,7 @@ EAPI void ecore_imf_context_mime_type_accept_set(Ecore_I /** * @ingroup Ecore_IMF_Context_Group * @brief Sets the x,y coordinates of the input panel. - * This API can be used in floating mode. + * @remarks This API can be used in floating mode. * * @since 1.21.0 *