From 2a632034eab414b256848e2c795476273515cadf Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Tue, 14 Aug 2018 11:46:11 +0900 Subject: [PATCH] Fix typo in doxygen [Version] 0.5.11 [Issue Type] Doxygen Change-Id: I9af57a0a8e47314174be6cdd92252d323dfb03a3 Signed-off-by: Sangchul Lee --- include/sound_manager.h | 12 ++++++------ packaging/capi-media-sound-manager.spec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/sound_manager.h b/include/sound_manager.h index 1d796ad..7ef9f7f 100644 --- a/include/sound_manager.h +++ b/include/sound_manager.h @@ -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 diff --git a/packaging/capi-media-sound-manager.spec b/packaging/capi-media-sound-manager.spec index 4951c71..0f2eb43 100644 --- a/packaging/capi-media-sound-manager.spec +++ b/packaging/capi-media-sound-manager.spec @@ -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 -- 2.7.4