Replace "<> with &quot;&lt;&gt; 17/44517/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Thu, 23 Jul 2015 01:41:29 +0000 (10:41 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 23 Jul 2015 02:02:15 +0000 (11:02 +0900)
Change-Id: I19bb02b53511fe6147b86d07bf2a8a2d49ad43ee

include/inputmethod.h

index 13102cd..ff310c4 100644 (file)
@@ -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 '/', '*', '\', '|', '&lt;', '&gt;', '?', '&quot;' 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., &quot;en_US&quot;)
  *
  * @pre The callback can be registered using ime_event_set_language_requested_cb() function.
  *