Update @since_tizen doxygen tag due to profile merge
[platform/core/api/wav-player.git] / include / wav_player.h
index 0628e41..e51cac1 100644 (file)
@@ -42,7 +42,7 @@ extern "C"
 
 /**
  * @brief Enumeration of error codes for WAV player.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        WAV_PLAYER_ERROR_NONE                 = TIZEN_ERROR_NONE,                  /**< Successful */
@@ -65,7 +65,7 @@ typedef enum {
 /**
  * @brief Called when a WAV file has finished playing.
  * @details This callback is not invoked by calling wav_player_stop().
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @param[in] id       The completed wav player ID
  * @param[in] user_data        The user data passed from the callback registration function
  * @see wav_player_start_new()
@@ -131,7 +131,7 @@ int wav_player_start_loop(const char *path, sound_stream_info_h stream_info, uns
 
 /**
  * @brief Stops playing the WAV file.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @remarks If the playback of @a id has been already finished at the server side and\n
  *     wav_player_playback_completed_cb() is not invoked yet, #WAV_PLAYER_ERROR_INVALID_OPERATION will be returned.