From c6c29eb1aeb90819a7ceacecfc11c7cc4c6de52c Mon Sep 17 00:00:00 2001 From: Martine Lenders <mail@martine-lenders.eu> Date: Wed, 14 Dec 2016 16:18:10 +0100 Subject: [PATCH] gnrc_ndp: fix invalid doc references --- sys/include/net/gnrc/ndp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/ndp.h b/sys/include/net/gnrc/ndp.h index 2df4ff482a..9e57650ce6 100644 --- a/sys/include/net/gnrc/ndp.h +++ b/sys/include/net/gnrc/ndp.h @@ -392,9 +392,9 @@ gnrc_pktsnip_t *gnrc_ndp_rtr_sol_build(gnrc_pktsnip_t *options); * @param[in] cur_hl Default hop limit for outgoing IP packets, 0 if * unspecified by this router. * @param[in] flags Flags as defined above. - * @ref GNRC_NDP_RTR_ADV_FLAGS_M == 1 indicates, that the + * @ref NDP_RTR_ADV_FLAGS_M == 1 indicates, that the * addresses are managed by DHCPv6, - * @ref GNRC_NDP_RTR_ADV_FLAGS_O == 1 indicates that other + * @ref NDP_RTR_ADV_FLAGS_O == 1 indicates that other * configuration information is available via DHCPv6. * @param[in] ltime Lifetime of the default router in seconds. * @param[in] reach_time Time in milliseconds a node should assume a neighbor -- GitLab