From ef4481fba9f3c254cd2b86a46dae631d1ebacb2b Mon Sep 17 00:00:00 2001 From: francisco Date: Wed, 22 May 2019 15:45:57 +0200 Subject: [PATCH] sock/util: add config group --- sys/include/net/sock/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 * @{ */