Skip to content
Snippets Groups Projects
Commit fd5d36fb authored by Martine Lenders's avatar Martine Lenders
Browse files

gnrc_ipv6_nib: doc: use attention tag instead of bold note

parent c925c5b4
No related branches found
No related tags found
No related merge requests found
...@@ -167,8 +167,8 @@ extern "C" { ...@@ -167,8 +167,8 @@ extern "C" {
/** /**
* @brief Number of default routers in the default router list. * @brief Number of default routers in the default router list.
* *
* @note **This number has direct influence on the maximum number of * @attention This number has direct influence on the maximum number of
* default routers** * default routers
*/ */
#ifndef GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF #ifndef GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF
#define GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF (1) #define GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF (1)
...@@ -177,8 +177,8 @@ extern "C" { ...@@ -177,8 +177,8 @@ extern "C" {
/** /**
* @brief Number of entries in NIB * @brief Number of entries in NIB
* *
* @note **This number has direct influence on the maximum number of * @attention This number has direct influence on the maximum number of
* neighbors and duplicate address detection table entries** * neighbors and duplicate address detection table entries
*/ */
#ifndef GNRC_IPV6_NIB_NUMOF #ifndef GNRC_IPV6_NIB_NUMOF
#define GNRC_IPV6_NIB_NUMOF (4) #define GNRC_IPV6_NIB_NUMOF (4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment