From: Sangchul Lee Date: Thu, 23 Jun 2022 02:45:02 +0000 (+0900) Subject: Fix doxygen X-Git-Tag: submit/tizen/20220627.062515^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47c00c30506d2195d4a71cac29e9d6c35d84b037;p=platform%2Fcore%2Fapi%2Fwebrtc.git Fix doxygen An irrelevant word is fixed. Some verbs are replaced with another one to make it clearer. [Version] 0.3.133 [Issue Type] Doxygen Change-Id: I050f997e7195dab56a34b0bba626cf4d065b0d04 Signed-off-by: Sangchul Lee --- diff --git a/include/webrtc.h b/include/webrtc.h index a56dcdeb..e7a46f82 100644 --- a/include/webrtc.h +++ b/include/webrtc.h @@ -128,7 +128,7 @@ typedef enum { /** * @brief Enumeration for WebRTC bundle policy. * @since_tizen 7.0 - * @remarks It corresponds with the RTCIceTransportPolicy enum described in https://www.w3.org/TR/webrtc/#rtcbundlepolicy-enum. + * @remarks It corresponds with the RTCBundlePolicy enum described in https://www.w3.org/TR/webrtc/#rtcbundlepolicy-enum. */ typedef enum { WEBRTC_BUNDLE_POLICY_NONE, /**< None */ @@ -568,7 +568,7 @@ typedef void (*webrtc_ice_gathering_state_change_cb)(webrtc_h webrtc, webrtc_ice typedef void (*webrtc_ice_connection_state_change_cb)(webrtc_h webrtc, webrtc_ice_connection_state_e state, void *user_data); /** - * @brief Called iteratively to inform all the TURN server URLs. + * @brief Called iteratively to report all the TURN server URLs. * @since_tizen 6.5 * @remarks The @a turn_server can be used only in the callback. To use outside, make a copy. * @param[in] turn_server The TURN server URL @@ -802,7 +802,7 @@ typedef void (*webrtc_data_channel_buffered_amount_low_cb)(webrtc_data_channel_h */ /** - * @brief Called iteratively to inform about a statistics property. + * @brief Called iteratively to report all the statistics properties. * @since_tizen 7.0 * @remarks The @a prop_info can be used only in the callback. To use outside, make a copy. * @param[in] type The statistics type diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index 577451d6..ca1cdd33 100644 --- a/packaging/capi-media-webrtc.spec +++ b/packaging/capi-media-webrtc.spec @@ -1,6 +1,6 @@ Name: capi-media-webrtc Summary: A WebRTC library in Tizen Native API -Version: 0.3.132 +Version: 0.3.133 Release: 0 Group: Multimedia/API License: Apache-2.0