From: Sungmin Kwak Date: Thu, 23 Jul 2015 01:41:29 +0000 (+0900) Subject: Replace "<> with "<> X-Git-Tag: submit/tizen/20150723.042409~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae60f096ba669e24454575bbe02b250b7999e4ea;p=platform%2Fcore%2Fapi%2Finputmethod.git Replace "<> with "<> Change-Id: I19bb02b53511fe6147b86d07bf2a8a2d49ad43ee --- diff --git a/include/inputmethod.h b/include/inputmethod.h index 13102cd..ff310c4 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -75,7 +75,7 @@ typedef enum typedef enum { IME_LAYOUT_NORMAL_VARIATION_NORMAL = 0, /**< The plain normal layout */ - IME_LAYOUT_NORMAL_VARIATION_FILENAME, /**< Filename layout; symbols such as '/', '*', '\', '|', '<', '>', '?', '"' and ':' should be disabled */ + IME_LAYOUT_NORMAL_VARIATION_FILENAME, /**< Filename layout; symbols such as '/', '*', '\', '|', '<', '>', '?', '"' and ':' should be disabled */ IME_LAYOUT_NORMAL_VARIATION_PERSON_NAME, /**< The name of a person */ IME_LAYOUT_NUMBERONLY_VARIATION_NORMAL = 0, /**< The plain normal number layout */ IME_LAYOUT_NUMBERONLY_VARIATION_SIGNED, /**< The number layout to allow a negative sign */ @@ -350,7 +350,7 @@ typedef void (*ime_cursor_position_updated_cb)(int cursor_pos, void *user_data); * @privilege %http://tizen.org/privilege/ime * * @param[in] user_data User data to be passed from the callback registration function - * @param[out] lang_code Input panel's current input language code (e.g., "en_US") + * @param[out] lang_code Input panel's current input language code (e.g., "en_US") * * @pre The callback can be registered using ime_event_set_language_requested_cb() function. *