ecore_imf: fix doxygen
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Apr 2012 04:10:24 +0000 (04:10 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Apr 2012 04:10:24 +0000 (04:10 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@69884 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_imf/Ecore_IMF.h
src/lib/ecore_imf/ecore_imf_context.c

index 1757d79..2f9bd93 100644 (file)
@@ -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
-
-/**
- * @}
- */
index a2e5388..9ce0a3c 100644 (file)
@@ -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.