Fix doxygen error 99/280499/2
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 31 Aug 2022 03:01:02 +0000 (12:01 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 31 Aug 2022 03:26:54 +0000 (12:26 +0900)
@ is doxygen command.
To avoid this error it needs to add an @ before @.
(It is reported and guided by API team)

[Version] 0.3.223
[Issue Type] Doxygen

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

index f7e746a15d7ed053a41e29cea16f3c8c6afc3469..6fe68050994e457d5cad5958b048ad70dd89539d 100644 (file)
@@ -1908,7 +1908,7 @@ int webrtc_get_stun_server(webrtc_h webrtc, char **stun_server);
  * @since_tizen 6.5
  * @remarks Regarding TURN, refer to the RFC7065(https://tools.ietf.org/html/rfc7065).
  * @param[in] webrtc       WebRTC handle
- * @param[in] turn_server  The TURN server URL of the form turn(s)://username:password@host:port
+ * @param[in] turn_server  The TURN server URL of the form turn(s)://username:password@@host:port
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #WEBRTC_ERROR_NONE    Successful
index bf9537080102b593a0600912607e7ba5d2cdb21c..3547844694a27c0823dec858487a53776cd57422 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.3.222
+Version:    0.3.223
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0