sock/udp.h: Changed wiki syntax to doxygen

This commit is contained in:
Raul Fuentes 2017-05-30 15:00:58 +02:00
parent 2e0133d1df
commit 808b56c07f

View File

@ -313,7 +313,7 @@ typedef struct sock_udp sock_udp_t;
* @ref SOCK_ADDR_ANY_NETIF or equal to sock_udp_ep_t::netif * @ref SOCK_ADDR_ANY_NETIF or equal to sock_udp_ep_t::netif
* of @p local if `local != NULL`. * of @p local if `local != NULL`.
* @param[in] flags Flags for the sock object. See also * @param[in] flags Flags for the sock object. See also
* [sock flags](net_sock_flags). * [sock flags](@ref net_sock_flags).
* May be 0. * May be 0.
* *
* @return 0 on success. * @return 0 on success.