From 73131b167707e03de20d78aba9750fbf6877d53d Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sat, 6 Aug 2016 20:29:35 +0200 Subject: [PATCH] Fix doxygen warning in ip6.c --- src/core/ipv6/ip6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv6/ip6.c b/src/core/ipv6/ip6.c index bddf9f4f..6a953f06 100644 --- a/src/core/ipv6/ip6.c +++ b/src/core/ipv6/ip6.c @@ -778,7 +778,7 @@ ip6_input_cleanup: /** - * @igroup ip6 + * @ingroup ip6 * Sends an IPv6 packet on a network interface. This function constructs * the IPv6 header. If the source IPv6 address is NULL, the IPv6 "ANY" address is * used as source (usually during network startup). If the source IPv6 address it