Update @since_tizen doxygen tag due to profile merge 17/302317/1 accepted/tizen_unified accepted/tizen_unified_riscv tizen accepted/tizen/unified/20231211.171510 accepted/tizen/unified/riscv/20231226.211449
authorSeungbae Shin <seungbae.shin@samsung.com>
Tue, 5 Dec 2023 08:23:02 +0000 (17:23 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 5 Dec 2023 08:23:02 +0000 (17:23 +0900)
[Version] 0.3.14
[Issue Type] Doxygen

Change-Id: I53dd38a39271bb6f47d35802a65fce0d318139e4

include/wav_player.h
packaging/capi-media-wav-player.spec

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.
index 09e9c05..36b9a0f 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-wav-player
 Summary:    A wav player library in Tizen C API
-Version:    0.3.13
+Version:    0.3.14
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0