Modify Doxygen comment related to deprecated APIs & feature reference link 28/122628/2 accepted/tizen/3.0/common/20170404.141020 accepted/tizen/3.0/ivi/20170404.084633 accepted/tizen/3.0/mobile/20170404.084409 accepted/tizen/3.0/tv/20170404.084529 accepted/tizen/3.0/wearable/20170404.084603 submit/tizen_3.0/20170403.124940
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 3 Apr 2017 05:30:13 +0000 (14:30 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 3 Apr 2017 07:33:42 +0000 (16:33 +0900)
[Version] 0.3.108
[Profile] Common
[Issue Type] Doxygen

Change-Id: I5901c10c62c6e14a39ec246597018b79bccc4eee

doc/sound_manager_doc.h
include/sound_manager.h
packaging/capi-media-sound-manager.spec

index 9add44ead779eb7bbde4b47c3931acd42ba7b802..5d9e26c5fab660c8d43483107ec8220c7fe6a077 100644 (file)
  *
  * 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 <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  *
 */
 
index c4361d6cbb51d4c7d9fff5cab53e933e0214e831..184d89df2287a0f17f11252e8e8bbcad1da57134 100644 (file)
@@ -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
  *
index 70d9dfec531ff88abf1b3c7b0be2007462106e2e..89570f221ea4b45fc0b944ca3a4c60f19a87f2b9 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-sound-manager
 Summary:    Sound Manager library
-Version:    0.3.107
+Version:    0.3.108
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0