From 3b492cf82fc6681045f015c3a3363ebd76ab0fa2 Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin Date: Fri, 24 Feb 2012 18:10:57 +0100 Subject: [PATCH 1/2] 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 */ From d7833cd27127e8795c4b861b7455f0d1543ffcfb Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin Date: Wed, 7 Nov 2012 17:04:13 +0100 Subject: [PATCH 2/2] Define IPv6 and RPL related macros in Doxygen config --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index b99640f96..d68f08b0b 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -179,7 +179,7 @@ SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = PREDEFINED = CC_FUNCTION_POINTER_ARGS \ - UIP_UDP \ + WITH_UIP6 UIP_CONF_IPV6 UIP_CONF_IPV6_RPL \ WITH_LOADER_ARCH \ DOXYGEN \ "ASCCMD(name, flags, args)=void CMD_ASCII(name)"