Doxygen fixes

This commit is contained in:
Simon Duquennoy 2018-05-15 13:12:03 -07:00
parent e301df9513
commit 5eaaa4d6b6
1 changed files with 2 additions and 2 deletions

View File

@ -196,8 +196,8 @@ rpl_nbr_t *rpl_neighbor_select_best(void);
* Print a textual description of RPL neighbor into a string
*
* \param buf The buffer where to write content
* \param len The buffer len
* \param addr A pointer to a RPL neighbor that will be written to the buffer
* \param buflen The buffer len
* \param nbr A pointer to a RPL neighbor that will be written to the buffer
* \return Identical to snprintf: number of bytes written excluding ending null
* byte. A value >= buflen if the buffer was too small.
*/