net/nanocoap: fix indention of doxy comments

This commit is contained in:
Hauke Petersen 2018-04-11 14:06:42 +02:00
parent 578fbe3e66
commit 637fbff456

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.