From b35a91ed3fd39427c60cab6556366746eb38c536 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Tue, 5 Dec 2023 17:23:02 +0900 Subject: [PATCH] Update @since_tizen doxygen tag due to profile merge [Version] 0.3.14 [Issue Type] Doxygen Change-Id: I53dd38a39271bb6f47d35802a65fce0d318139e4 --- include/wav_player.h | 6 +++--- packaging/capi-media-wav-player.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wav_player.h b/include/wav_player.h index 0628e41..e51cac1 100644 --- a/include/wav_player.h +++ b/include/wav_player.h @@ -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. diff --git a/packaging/capi-media-wav-player.spec b/packaging/capi-media-wav-player.spec index 09e9c05..36b9a0f 100755 --- a/packaging/capi-media-wav-player.spec +++ b/packaging/capi-media-wav-player.spec @@ -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 -- 2.7.4