Merge pull request #8919 from haukepetersen/fix_nanocoap_indention

net/nanocoap: fix indention of doxy comments
This commit is contained in:
Koen Zandberg 2018-04-11 14:15:37 +02:00 committed by GitHub
commit cd25f73b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
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.