Skip to content
Snippets Groups Projects
Unverified Commit cd25f73b authored by Koen Zandberg's avatar Koen Zandberg Committed by GitHub
Browse files

Merge pull request #8919 from haukepetersen/fix_nanocoap_indention

net/nanocoap: fix indention of doxy comments
parents 578fbe3e 637fbff4
Branches
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment