Merge pull request #22 from boeglin/doxygen_uip6_rpl

Generate Doxygen doc for UIP6 and RPL
This commit is contained in:
Adam Dunkels 2012-11-07 11:33:11 -08:00
commit cf541fc0a6
2 changed files with 2 additions and 1 deletions

View file

@ -261,6 +261,7 @@ struct uip_udp_conn uip_udp_conns[UIP_UDP_CONNS];
/** single possible icmpv6 "connection" */ /** single possible icmpv6 "connection" */
struct uip_icmp6_conn uip_icmp6_conns; struct uip_icmp6_conn uip_icmp6_conns;
#endif /*UIP_CONF_ICMP6*/ #endif /*UIP_CONF_ICMP6*/
/** @} */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/* Functions */ /* Functions */

View file

@ -179,7 +179,7 @@ SEARCH_INCLUDES = YES
INCLUDE_PATH = INCLUDE_PATH =
INCLUDE_FILE_PATTERNS = INCLUDE_FILE_PATTERNS =
PREDEFINED = CC_FUNCTION_POINTER_ARGS \ PREDEFINED = CC_FUNCTION_POINTER_ARGS \
UIP_UDP \ WITH_UIP6 UIP_CONF_IPV6 UIP_CONF_IPV6_RPL \
WITH_LOADER_ARCH \ WITH_LOADER_ARCH \
DOXYGEN \ DOXYGEN \
"ASCCMD(name, flags, args)=void CMD_ASCII(name)" "ASCCMD(name, flags, args)=void CMD_ASCII(name)"