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
cd25f73b
Unverified
Commit
cd25f73b
authored
7 years ago
by
Koen Zandberg
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #8919 from haukepetersen/fix_nanocoap_indention
net/nanocoap: fix indention of doxy comments
parents
578fbe3e
637fbff4
Branches
Branches containing commit
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/nanocoap.h
+2
-2
2 additions, 2 deletions
sys/include/net/nanocoap.h
with
2 additions
and
2 deletions
sys/include/net/nanocoap.h
+
2
−
2
View file @
cd25f73b
...
@@ -411,7 +411,7 @@ size_t coap_put_option_uri(uint8_t *buf, uint16_t lastonum, const char *uri, uin
...
@@ -411,7 +411,7 @@ size_t coap_put_option_uri(uint8_t *buf, uint16_t lastonum, const char *uri, uin
/**
/**
* @brief
Get content type from packet
* @brief Get content type from packet
*
*
* @param[in] pkt packet to work on
* @param[in] pkt packet to work on
*
*
...
@@ -421,7 +421,7 @@ size_t coap_put_option_uri(uint8_t *buf, uint16_t lastonum, const char *uri, uin
...
@@ -421,7 +421,7 @@ size_t coap_put_option_uri(uint8_t *buf, uint16_t lastonum, const char *uri, uin
unsigned
coap_get_content_type
(
coap_pkt_t
*
pkt
);
unsigned
coap_get_content_type
(
coap_pkt_t
*
pkt
);
/**
/**
* @brief
Get the packet's request URI
* @brief Get the packet's request URI
*
*
* This function decodes the pkt's URI option into a "/"-seperated and
* This function decodes the pkt's URI option into a "/"-seperated and
* NULL-terminated string.
* NULL-terminated string.
...
...
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