Merge branch 'tizen_6.0' into tizen
[platform/core/api/inputmethod.git] / inputmethod / include / inputmethod.h
index 25c7054..ecd3b36 100644 (file)
@@ -91,7 +91,7 @@ typedef enum {
  *
  * @remarks Currently, a font style is available to use.
  *
- * @see ime_preedit_attribute
+ * @see #ime_preedit_attribute
  * @see ime_update_preedit_string()
  */
 typedef enum {
@@ -138,7 +138,7 @@ typedef enum {
  * @remarks A preedit string may have one or more different attributes. This structure describes each attribute of the string.
  *
  * @see ime_update_preedit_string()
- * @see ime_attribute_type
+ * @see #ime_attribute_type
  */
 typedef struct {
        unsigned int start; /**< The start position in the string of this attribute */
@@ -839,7 +839,7 @@ typedef struct {
  *
  * @pre The ime_event_set_***() functions can be called to set the event handling callback functions.
  *
- * @see ime_callback_s
+ * @see #ime_callback_s
  * @see ime_event_set_focus_in_cb()
  * @see ime_event_set_focus_out_cb()
  * @see ime_event_set_surrounding_text_updated_cb()
@@ -1642,7 +1642,7 @@ int ime_hide_preedit_string(void);
  *
  * @post This function is supposed to be followed by the ime_show_preedit_string() function.
  *
- * @see ime_preedit_attribute
+ * @see #ime_preedit_attribute
  * @see ime_commit_string()
  * @see ime_show_preedit_string()
  * @see ime_hide_preedit_string()
@@ -1975,7 +1975,7 @@ int ime_context_get_layout(ime_context_h context, Ecore_IMF_Input_Panel_Layout *
  * @post Input panel UI should be drawn or operated by this information accordingly.
  *
  * @see ime_show_cb()
- * @see ime_layout_variation_e
+ * @see #ime_layout_variation_e
  */
 int ime_context_get_layout_variation(ime_context_h context, ime_layout_variation_e *layout_variation);
 
@@ -2537,7 +2537,7 @@ int ime_request_hide(void);
  * @retval #IME_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #IME_ERROR_NOT_RUNNING IME main loop is not started yet
  *
- * @see ime_event_type_e
+ * @see #ime_event_type_e
  */
 int ime_update_input_panel_event(ime_event_type_e type, unsigned int value);