From: Seungbae Shin Date: Mon, 18 Mar 2024 02:19:09 +0000 (+0900) Subject: Remove unnecessary tag for doxygen X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5b6265ae753681fddabd3601f11ecd41208818e;p=platform%2Fcore%2Fapi%2Fsound-pool.git Remove unnecessary tag for doxygen [Version] 0.0.25 [Issue Type] Doxygen Change-Id: I343a5e573bc648dfd163dcd133e056f9b9d7c2dd --- diff --git a/include/sound_pool.h b/include/sound_pool.h index 880441b..f3e8402 100644 --- a/include/sound_pool.h +++ b/include/sound_pool.h @@ -217,7 +217,7 @@ int sound_pool_activate(sound_pool_h pool); * @retval #SOUND_POOL_ERROR_INVALID_PARAMETER Invalid parameter * (@a pool is NULL or corrupted) * @retval #SOUND_POOL_ERROR_INVALID_OPERATION Invalid operation or sound pool - * is already in @c #SOUND_POOL_STATE_INACTIVE state + * is already in #SOUND_POOL_STATE_INACTIVE state * * @pre Create a sound @a pool handle by calling sound_pool_create() * @pre @a pool has to be in #SOUND_POOL_STATE_ACTIVE state diff --git a/packaging/capi-media-sound-pool.spec b/packaging/capi-media-sound-pool.spec index 6b30241..3628a9e 100644 --- a/packaging/capi-media-sound-pool.spec +++ b/packaging/capi-media-sound-pool.spec @@ -1,5 +1,5 @@ Name: capi-media-sound-pool -Version: 0.0.24 +Version: 0.0.25 Summary: Tizen Sound Pool module Release: 0 Group: Multimedia/Framework