From 5fd6be9a6adff8b4abc377407a83c7d7f213d9ac Mon Sep 17 00:00:00 2001 From: jihoon Date: Tue, 3 Apr 2012 04:10:24 +0000 Subject: [PATCH] ecore_imf: fix doxygen git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69884 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_imf/Ecore_IMF.h | 8 ++++---- src/lib/ecore_imf/ecore_imf_context.c | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 1757d79..2f9bd93 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -435,6 +435,10 @@ struct _Ecore_IMF_Context_Info int canvas_required; /* Whether the canvas usage is required for this input method */ }; +/** + * @} + */ + EAPI int ecore_imf_init(void); EAPI int ecore_imf_shutdown(void); @@ -520,7 +524,3 @@ EAPI Eina_Bool ecore_imf_context_input_panel_caps_lock_mode_ #endif #endif - -/** - * @} - */ diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index a2e5388..9ce0a3c 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -1290,9 +1290,9 @@ ecore_imf_context_event_callback_del(Ecore_IMF_Context *ctx, Ecore_IMF_Callback_ /** * Call a given callback on the context @p ctx. * - * ecore_imf_context_preedit_start_event_add, ecore_imf_context_preedit_end_event_add, - * ecore_imf_context_preedit_changed_event_add, ecore_imf_context_commit_event_add and - * ecore_imf_context_delete_surrounding_event_add APIs are asynchronous + * ecore_imf_context_preedit_start_event_add(), ecore_imf_context_preedit_end_event_add(), + * ecore_imf_context_preedit_changed_event_add(), ecore_imf_context_commit_event_add() and + * ecore_imf_context_delete_surrounding_event_add() APIs are asynchronous * because those API adds each event to the event queue. * * This API provides the way to call each callback function immediately. -- 2.7.4