Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
fd5d36fb
Commit
fd5d36fb
authored
7 years ago
by
Martine Lenders
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sys/include/net/gnrc/ipv6/nib/conf.h
+4
-4
4 additions, 4 deletions
sys/include/net/gnrc/ipv6/nib/conf.h
with
4 additions
and
4 deletions
sys/include/net/gnrc/ipv6/nib/conf.h
+
4
−
4
View file @
fd5d36fb
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment