sock_dtls: add missing whitespace to doc
This commit is contained in:
parent
880c42e236
commit
c7916e11e6
@ -557,7 +557,7 @@ void sock_dtls_init(void);
|
|||||||
*
|
*
|
||||||
* @param[out] sock The resulting DTLS sock object
|
* @param[out] sock The resulting DTLS sock object
|
||||||
* @param[in] udp_sock Existing UDP sock initialized with
|
* @param[in] udp_sock Existing UDP sock initialized with
|
||||||
* @ref sock_udp_create()to be used underneath.
|
* @ref sock_udp_create() to be used underneath.
|
||||||
* @param[in] tag Credential tag of @p sock. The sock will only use
|
* @param[in] tag Credential tag of @p sock. The sock will only use
|
||||||
* credentials with the same tag given here.
|
* credentials with the same tag given here.
|
||||||
* @param[in] version [DTLS version](@ref sock_dtls_prot_version) to use.
|
* @param[in] version [DTLS version](@ref sock_dtls_prot_version) to use.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user