Doxygen fixes

This commit is contained in:
Simon Duquennoy 2014-12-02 12:00:00 +01:00
parent c2ca3e9fdb
commit 415506c3f6
5 changed files with 16 additions and 16 deletions

View file

@ -112,7 +112,7 @@ typedef struct uip_icmp6_error{
* \brief Send an icmpv6 error message
* \param type type of the error message
* \param code of the error message
* \param type 32 bit parameter of the error message, semantic depends on error
* \param param 32 bit parameter of the error message, semantic depends on error
*/
void
uip_icmp6_error_output(uint8_t type, uint8_t code, uint32_t param);