Fix typo in doxygen 36/186736/1 accepted/tizen/unified/20180821.160738 submit/tizen/20180814.030831
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 14 Aug 2018 02:46:11 +0000 (11:46 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 14 Aug 2018 02:46:11 +0000 (11:46 +0900)
[Version] 0.5.11
[Issue Type] Doxygen

Change-Id: I9af57a0a8e47314174be6cdd92252d323dfb03a3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/sound_manager.h
packaging/capi-media-sound-manager.spec

index 1d796adf05ffe40c76bab463e88291f296cc67ef..7ef9f7feb94377d9e48e3e702f718569a9902609 100644 (file)
@@ -360,7 +360,7 @@ typedef void (*sound_device_connection_changed_cb) (sound_device_h device, bool
  * @remarks @a device is freed by the platform after this callback exits.
  *
  * @param[in]   device The sound_device
- * @param[in]   is_running     The state of the device: (@c true = running, @c false = not runnning)
+ * @param[in]   is_running     The state of the device: (@c true = running, @c false = not running)
  * @param[in]   user_data      The user data passed from the callback registration function
  * @pre You should add this callback using sound_manager_add_device_running_changed_cb().
  * @see sound_manager_add_device_running_changed_cb()
@@ -579,7 +579,7 @@ int sound_manager_get_sound_type(sound_stream_info_h stream_info, sound_type_e *
  *     The available types of the @a stream_info for this function are #SOUND_STREAM_TYPE_VOIP and #SOUND_STREAM_TYPE_MEDIA_EXTERNAL_ONLY.
  *
  * @param[in]  stream_info     The handle of stream information
- * @param[in]  device          The device item from sound_device_list_h
+ * @param[in]  device          The device item from #sound_device_list_h
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #SOUND_MANAGER_ERROR_NONE Success
@@ -602,7 +602,7 @@ int sound_manager_add_device_for_stream_routing(sound_stream_info_h stream_info,
  * @remarks    Use sound_manager_get_device_list() and sound_manager_get_next_device() to get the device.\n
  *
  * @param[in]  stream_info     The handle of stream information
- * @param[in]  device          The device item from sound_device_list_h
+ * @param[in]  device          The device item from #sound_device_list_h
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #SOUND_MANAGER_ERROR_NONE Success
@@ -677,7 +677,7 @@ int sound_manager_apply_stream_routing(sound_stream_info_h stream_info);
  * @retval #SOUND_MANAGER_ERROR_INVALID_STATE Invalid state
  * @retval #SOUND_MANAGER_ERROR_POLICY Noncompliance with the sound system policy
  * @retval #SOUND_MANAGER_ERROR_INTERNAL Internal error inside the sound system
- * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb\n
+ * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb()\n
  *     before calling this function.
  * @see sound_manager_create_stream_information()
  * @see sound_manager_destroy_stream_information()
@@ -732,7 +732,7 @@ int sound_manager_release_focus(sound_stream_info_h stream_info, sound_stream_fo
  * @retval #SOUND_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #SOUND_MANAGER_ERROR_POLICY Noncompliance with the sound system policy
  * @retval #SOUND_MANAGER_ERROR_INTERNAL Internal error inside the sound system
- * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb\n
+ * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb()\n
  *     before calling this function.
  * @see sound_manager_create_stream_information()
  * @see sound_manager_destroy_stream_information()
@@ -1015,7 +1015,7 @@ int sound_manager_get_device_list(int device_mask, sound_device_list_h *device_l
  *
  * @remarks    This function will deallocate not only device list itself but also each item.
  *
- * @param[in]  device_list     The device list got with sound_manager_get_device_list.
+ * @param[in]  device_list     The device list got with sound_manager_get_device_list().
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #SOUND_MANAGER_ERROR_NONE Success
index 4951c71d69358f5f9509ad1843d6cb6abda8f110..0f2eb435736fabfd4268de5d39837b1d2ab79aa4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-sound-manager
 Summary:    Sound Manager library
-Version:    0.5.10
+Version:    0.5.11
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0