From 3b492cf82fc6681045f015c3a3363ebd76ab0fa2 Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin Date: Fri, 24 Feb 2012 18:10:57 +0100 Subject: [PATCH] Add missing Doxygen marker --- core/net/uip6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/net/uip6.c b/core/net/uip6.c index f17444b29..e18defdec 100644 --- a/core/net/uip6.c +++ b/core/net/uip6.c @@ -261,6 +261,7 @@ struct uip_udp_conn uip_udp_conns[UIP_UDP_CONNS]; /** single possible icmpv6 "connection" */ struct uip_icmp6_conn uip_icmp6_conns; #endif /*UIP_CONF_ICMP6*/ +/** @} */ /*---------------------------------------------------------------------------*/ /* Functions */