From 5eaaa4d6b6c8f0b88888b06d573d4e75c5e23a3b Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Tue, 15 May 2018 13:12:03 -0700 Subject: [PATCH] Doxygen fixes --- os/net/routing/rpl-lite/rpl-neighbor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/net/routing/rpl-lite/rpl-neighbor.h b/os/net/routing/rpl-lite/rpl-neighbor.h index aee409a83..31ed02cd2 100644 --- a/os/net/routing/rpl-lite/rpl-neighbor.h +++ b/os/net/routing/rpl-lite/rpl-neighbor.h @@ -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. */