diff --git a/sys/include/net/gnrc/rpl.h b/sys/include/net/gnrc/rpl.h index 4d6b81aa02..bd92bc80cc 100644 --- a/sys/include/net/gnrc/rpl.h +++ b/sys/include/net/gnrc/rpl.h @@ -284,6 +284,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B) /** * @name Default parent and route entry lifetime * default lifetime will be multiplied by the lifetime unit to obtain the resulting lifetime + * @see + DODAG Configuration + * @{ */ #ifndef GNRC_RPL_DEFAULT_LIFETIME @@ -318,6 +321,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B) /** * @name Parameters used for DAO handling + * @see + RPL Constants and Variables + * @{ */ #ifndef GNRC_RPL_DAO_SEND_RETRIES