diff --git a/sys/include/net/sock/util.h b/sys/include/net/sock/util.h index 6e04f64e6e..5b1f443a3d 100644 --- a/sys/include/net/sock/util.h +++ b/sys/include/net/sock/util.h @@ -96,7 +96,9 @@ int sock_udp_str2ep(sock_udp_ep_t *ep_out, const char *str); bool sock_udp_ep_equal(const sock_udp_ep_t *a, const sock_udp_ep_t *b); /** - * @name helper definitions + * @defgroup net_sock_util_conf SOCK utility functions compile configurations + * @ingroup net_sock_util + * @ingroup config * @{ */