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
0aa96a45
Commit
0aa96a45
authored
6 years ago
by
Martine Lenders
Browse files
Options
Downloads
Patches
Plain Diff
gnrc_icmpv6_error: fix doc alignment
parent
ef113238
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/icmpv6/error.h
+5
-5
5 additions, 5 deletions
sys/include/net/gnrc/icmpv6/error.h
with
5 additions
and
5 deletions
sys/include/net/gnrc/icmpv6/error.h
+
5
−
5
View file @
0aa96a45
...
...
@@ -37,7 +37,7 @@ extern "C" {
/**
* @brief Sends an ICMPv6 destination unreachable message for sending.
*
* @pre @p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
* @pre
@p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
*
* @note Won't send if source address of @p orig_pkt is unspecified or
* multicast
...
...
@@ -50,7 +50,7 @@ void gnrc_icmpv6_error_dst_unr_send(uint8_t code, const gnrc_pktsnip_t *orig_pkt
/**
* @brief Sends an ICMPv6 packet too big message for sending.
*
* @pre @p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
* @pre
@p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
*
* @note Won't send if source address of @p orig_pkt is unspecified or
* multicast
...
...
@@ -64,7 +64,7 @@ void gnrc_icmpv6_error_pkt_too_big_send(uint32_t mtu,
/**
* @brief Sends an ICMPv6 time exceeded message for sending.
*
* @pre @p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
* @pre
@p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
*
* @note Won't send if source address of @p orig_pkt is unspecified or
* multicast
...
...
@@ -78,8 +78,8 @@ void gnrc_icmpv6_error_time_exc_send(uint8_t code,
/**
* @brief Sends an ICMPv6 parameter problem message for sending.
*
* @pre @p orig_pkt is in receive order.
* @pre @p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
* @pre
@p orig_pkt is in receive order.
* @pre
@p orig_pkt contains a packet snip of type @ref GNRC_NETTYPE_IPV6
*
* @note Won't send if source address of @p orig_pkt is unspecified or
* multicast
...
...
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