From 9cb5df8bdfe368ac8f3216df244db649c36bb165 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Mon, 3 Apr 2017 14:30:13 +0900 Subject: [PATCH] Modify Doxygen comment related to deprecated APIs & feature reference link [Version] 0.3.108 [Profile] Common [Issue Type] Doxygen Change-Id: I5901c10c62c6e14a39ec246597018b79bccc4eee (cherry picked from commit af79d89a478bcc80009891a437a1484e9551f2de) --- doc/sound_manager_doc.h | 2 +- include/sound_manager.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/sound_manager_doc.h b/doc/sound_manager_doc.h index 9add44e..5d9e26c 100644 --- a/doc/sound_manager_doc.h +++ b/doc/sound_manager_doc.h @@ -173,7 +173,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. * */ diff --git a/include/sound_manager.h b/include/sound_manager.h index c4361d6..184d89d 100644 --- a/include/sound_manager.h +++ b/include/sound_manager.h @@ -556,8 +556,6 @@ int sound_manager_set_current_sound_type(sound_type_e type) TIZEN_DEPRECATED_API * @retval #SOUND_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #SOUND_MANAGER_ERROR_NO_PLAYING_SOUND No playing sound * @retval #SOUND_MANAGER_ERROR_INTERNAL Internal error inside the sound system - * @see sound_manager_set_current_sound_type() - * @see sound_manager_unset_current_sound_type() */ int sound_manager_get_current_sound_type(sound_type_e *type); @@ -1438,6 +1436,7 @@ int sound_manager_get_device_name(sound_device_h device, char **name); int sound_manager_get_device_state(sound_device_h device, sound_device_state_e *state); /** + * @deprecated Deprecated since 3.0. Use sound_manager_add_device_connection_changed_cb() instead. * @brief Registers a callback function to be invoked when the state of connection of a sound device was changed. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * -- 2.7.4