Merge "Modify Wearable profile release version info" into tizen accepted/tizen/common/20160504.125628 accepted/tizen/ivi/20160503.093819 accepted/tizen/mobile/20160503.093726 accepted/tizen/tv/20160503.093740 accepted/tizen/wearable/20160503.093801 submit/tizen/20160503.023516
authorpr.jung <pr.jung@samsung.com>
Tue, 3 May 2016 02:33:31 +0000 (19:33 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 3 May 2016 02:33:31 +0000 (19:33 -0700)
1  2 
include/feedback-ids.h
include/feedback.h

@@@ -30,9 -30,10 +30,9 @@@ extern "C" 
  
  /**
   * @brief Enumerations of the type for feedback interface
-  * @since_tizen 2.4
+  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
   */
 -typedef enum
 -{
 +typedef enum {
        FEEDBACK_TYPE_NONE,                             /**< Feedback type none */
        FEEDBACK_TYPE_SOUND,                            /**< Feedback type for sound */
        FEEDBACK_TYPE_VIBRATION,                        /**< Feedback type for vibration */
   * Each feedback pattern can have separate media files of each types.
   * But Depending on vendor design, pattern may not have any type of file.
   *
-  * @since_tizen 2.4
+  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
   */
 -typedef enum
 -{
 +typedef enum {
        FEEDBACK_PATTERN_NONE = -1,
  
        FEEDBACK_PATTERN_TAP = 0,                                       /**< Feedback pattern when general touch */
@@@ -39,9 -39,10 +39,9 @@@ extern "C" 
  
  /**
   * @brief Enumerations of error codes for the Feedback API.
-  * @since_tizen 2.4
+  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
   */
 -typedef enum
 -{
 +typedef enum {
      FEEDBACK_ERROR_NONE                = TIZEN_ERROR_NONE,                /**< Successful */
      FEEDBACK_ERROR_OPERATION_FAILED    = TIZEN_ERROR_NOT_PERMITTED,       /**< Operation failed */
      FEEDBACK_ERROR_INVALID_PARAMETER   = TIZEN_ERROR_INVALID_PARAMETER,   /**< Invalid parameter */