ecore_imf: remove trailing whitespace

SVN revision: 68434
This commit is contained in:
Jihoon Kim 2012-02-25 06:57:21 +00:00
parent 058d798bb8
commit 6ff1e0cffb
2 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup Ecore_IMF_Context_Group * @addtogroup Ecore_IMF_Context_Group
* *
* @{ * @{
*/ */
@ -182,7 +182,7 @@ typedef enum
* @typedef Ecore_IMF_Input_Panel_Layout * @typedef Ecore_IMF_Input_Panel_Layout
* *
* Input panel (virtual keyboard) layout types. * Input panel (virtual keyboard) layout types.
* *
* @see ecore_imf_context_input_panel_layout_set() * @see ecore_imf_context_input_panel_layout_set()
*/ */
typedef enum typedef enum
@ -206,7 +206,7 @@ typedef enum
* @typedef Ecore_IMF_Input_Panel_Lang * @typedef Ecore_IMF_Input_Panel_Lang
* *
* Input panel (virtual keyboard) language modes. * Input panel (virtual keyboard) language modes.
* *
* @see ecore_imf_context_input_panel_language_set() * @see ecore_imf_context_input_panel_language_set()
*/ */
typedef enum typedef enum
@ -220,7 +220,7 @@ typedef enum
* @typedef Ecore_IMF_Input_Panel_Return_Key_Type * @typedef Ecore_IMF_Input_Panel_Return_Key_Type
* *
* "Return" Key types on the input panel (virtual keyboard). * "Return" Key types on the input panel (virtual keyboard).
* *
* @see ecore_imf_context_input_panel_return_key_type_set() * @see ecore_imf_context_input_panel_return_key_type_set()
*/ */
typedef enum typedef enum

View File

@ -611,7 +611,7 @@ ecore_imf_context_prediction_allow_get(Ecore_IMF_Context *ctx)
} }
/** /**
* Set the autocapitalization type on the immodule. * Set the autocapitalization type on the immodule.
* *
* @param ctx An #Ecore_IMF_Context. * @param ctx An #Ecore_IMF_Context.
* @param autocapital_type the autocapitalization type. * @param autocapital_type the autocapitalization type.