Remove wearable API version notation
[platform/core/api/inputmethod.git] / inputmethod / include / inputmethod_keydef.h
index 6ef3815..ce5a6de 100644 (file)
@@ -37,7 +37,7 @@
  *        The UCS value is keycode & 0x00ffffff.
  * @details Defines the list of keys supported by the system.
  *          Note that certain keys may not be available on all devices.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 2.4
  */
 typedef enum {
        IME_KEY_BackSpace = 0xFF08, /**< The backspace key */
@@ -276,7 +276,7 @@ typedef enum {
  * @brief Enumeration for the key masks.
  *        The key masks indicate which modifier keys is pressed down during the keyboard hit.
  *        The special #IME_KEY_MASK_RELEASED indicates the key release event.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 2.4
  */
 typedef enum {
        IME_KEY_MASK_PRESSED = 0, /**< Key press event without modifier key */