From: Sangchul Lee Date: Mon, 19 Aug 2024 00:09:12 +0000 (+0900) Subject: Fix doxygen X-Git-Tag: accepted/tizen/unified/20240821.081515~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F316271%2F1;p=platform%2Fcore%2Fapi%2Fwebrtc.git Fix doxygen To generate html link properly for @ref section_name + . + \n, At this case (ends with .\n), it does not work with doxygen 1.11.0 Needs to add a space before . [Version] 1.1.25 [Issue Type] Doxygen Change-Id: I3d4cdc657d03529aeb13ba989cc45d2d947737fe Signed-off-by: Sangchul Lee --- diff --git a/include/webrtc.h b/include/webrtc.h index bfbd8bb8..357e1c89 100644 --- a/include/webrtc.h +++ b/include/webrtc.h @@ -1477,7 +1477,7 @@ int webrtc_media_source_get_video_framerate(webrtc_h webrtc, unsigned int source * #SOUND_STREAM_TYPE_VOICE_RECOGNITION\n * #SOUND_STREAM_TYPE_VOIP\n * #SOUND_STREAM_TYPE_MEDIA_EXTERNAL_ONLY\n - * For more details, please refer to @ref CAPI_MEDIA_SOUND_MANAGER_MODULE.\n + * For more details, please refer to @ref CAPI_MEDIA_SOUND_MANAGER_MODULE .\n * #WEBRTC_ERROR_INVALID_STATE will no longer occur. (Since 9.0) * @param[in] webrtc WebRTC handle * @param[in] source_id The mic source id @@ -1578,7 +1578,7 @@ int webrtc_media_packet_source_unset_buffer_state_changed_cb(webrtc_h webrtc, un * #MEDIA_FORMAT_VP9\n * #MEDIA_FORMAT_I420\n * #MEDIA_FORMAT_NV12\n - * For more details, please refer to @ref CAPI_MEDIA_TOOL_MEDIA_FORMAT_MODULE.\n + * For more details, please refer to @ref CAPI_MEDIA_TOOL_MEDIA_FORMAT_MODULE .\n * #WEBRTC_ERROR_INVALID_STATE will no longer occur. (Since 9.0) * @param[in] webrtc WebRTC handle * @param[in] source_id The media packet source id diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index e73837b6..5e0c51a2 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: 1.1.24 +Version: 1.1.25 Release: 0 Group: Multimedia/API License: Apache-2.0