Fix doxygen 71/316271/1
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 19 Aug 2024 00:09:12 +0000 (09:09 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 19 Aug 2024 00:09:36 +0000 (09:09 +0900)
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 <sc11.lee@samsung.com>
include/webrtc.h
packaging/capi-media-webrtc.spec

index bfbd8bb84a99713bcbe395dc9177ce30a4dc626c..357e1c894ee0cbe08c2a4527e6ebda42950edb5e 100644 (file)
@@ -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
index e73837b62f1fe2523b06cca33e388b1cb5a53f2d..5e0c51a2b08d5bbd5a084a7a957da2cff4417b2c 100644 (file)
@@ -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