From fd5d36fb2ee1fdd7dcdddf7e74f219371ad5ac03 Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Wed, 21 Jun 2017 17:10:30 +0200
Subject: [PATCH] gnrc_ipv6_nib: doc: use attention tag instead of bold note

---
 sys/include/net/gnrc/ipv6/nib/conf.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys/include/net/gnrc/ipv6/nib/conf.h b/sys/include/net/gnrc/ipv6/nib/conf.h
index 3d3faa7082..2bd6fb3cee 100644
--- a/sys/include/net/gnrc/ipv6/nib/conf.h
+++ b/sys/include/net/gnrc/ipv6/nib/conf.h
@@ -167,8 +167,8 @@ extern "C" {
 /**
  * @brief   Number of default routers in the default router list.
  *
- * @note    **This number has direct influence on the maximum number of
- *          default routers**
+ * @attention   This number has direct influence on the maximum number of
+ *              default routers
  */
 #ifndef GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF
 #define GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF  (1)
@@ -177,8 +177,8 @@ extern "C" {
 /**
  * @brief   Number of entries in NIB
  *
- * @note    **This number has direct influence on the maximum number of
- *          neighbors and duplicate address detection table entries**
+ * @attention   This number has direct influence on the maximum number of
+ *              neighbors and duplicate address detection table entries
  */
 #ifndef GNRC_IPV6_NIB_NUMOF
 #define GNRC_IPV6_NIB_NUMOF                 (4)
-- 
GitLab