From 808b56c07f6133ede7d0884e9e22059c879616c9 Mon Sep 17 00:00:00 2001 From: Raul Fuentes Date: Tue, 30 May 2017 15:00:58 +0200 Subject: [PATCH] sock/udp.h: Changed wiki syntax to doxygen --- sys/include/net/sock/udp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/sock/udp.h b/sys/include/net/sock/udp.h index d4b28c4a5..39cad6194 100644 --- a/sys/include/net/sock/udp.h +++ b/sys/include/net/sock/udp.h @@ -63,7 +63,7 @@ * implementation (e.g. `gnrc_ipv6_default` for @ref net_gnrc GNRC) and at least * one network device. * - * After including the header file for @ref net_sock_udp "UDP sock", we create some + * After including the header file for @ref net_sock_udp "UDP sock", we create some * buffer space `buf` to store the data received by the server: * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.c} @@ -313,7 +313,7 @@ typedef struct sock_udp sock_udp_t; * @ref SOCK_ADDR_ANY_NETIF or equal to sock_udp_ep_t::netif * of @p local if `local != NULL`. * @param[in] flags Flags for the sock object. See also - * [sock flags](net_sock_flags). + * [sock flags](@ref net_sock_flags). * May be 0. * * @return 0 on success.