Skip to content
Snippets Groups Projects
Commit cb457941 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

gnrc: nib: fix DOXYGE -> DOXYGEN

parent 3e5658d4
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ void _auto_configure_addr(gnrc_netif_t *netif, const ipv6_addr_t *pfx, ...@@ -45,7 +45,7 @@ void _auto_configure_addr(gnrc_netif_t *netif, const ipv6_addr_t *pfx,
#define _auto_configure_addr(netif, pfx, pfx_len) \ #define _auto_configure_addr(netif, pfx, pfx_len) \
(void)netif; (void)pfx; (void)pfx_len; (void)netif; (void)pfx; (void)pfx_len;
#endif /* GNRC_IPV6_NIB_CONF_6LN || GNRC_IPV6_NIB_CONF_SLAAC */ #endif /* GNRC_IPV6_NIB_CONF_6LN || GNRC_IPV6_NIB_CONF_SLAAC */
#if GNRC_IPV6_NIB_CONF_SLAAC || defined(DOXYGE) #if GNRC_IPV6_NIB_CONF_SLAAC || defined(DOXYGEN)
/** /**
* @brief Removes a tentative address from the interface and tries to * @brief Removes a tentative address from the interface and tries to
* reconfigure a new address * reconfigure a new address
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment