From e1df09704d8ed1265a137547ebd2cb2403bd8df2 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Mon, 1 Jun 2015 18:07:17 +0200 Subject: [PATCH] [SQUASH ME] ng_ndp: doc fixes --- sys/include/net/ng_ndp/hst.h | 2 +- sys/include/net/ng_ndp/rtr.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/include/net/ng_ndp/hst.h b/sys/include/net/ng_ndp/hst.h index 6b2e79df75b5..2b591bba660d 100644 --- a/sys/include/net/ng_ndp/hst.h +++ b/sys/include/net/ng_ndp/hst.h @@ -7,7 +7,7 @@ */ /** - * @defgroup net_ng_ndp_rtr Host-specific part of router discovery. + * @defgroup net_ng_ndp_hst Host-specific part of router discovery. * @ingroup net_ng_ndp * @brief Host-specific part for the router discovery in IPv6 * neighbor discovery. diff --git a/sys/include/net/ng_ndp/rtr.h b/sys/include/net/ng_ndp/rtr.h index 9f1ab16b5539..00aee802dad2 100644 --- a/sys/include/net/ng_ndp/rtr.h +++ b/sys/include/net/ng_ndp/rtr.h @@ -64,8 +64,8 @@ extern "C" { /** * @brief Activates periodic sending of neighbor advertisements on the - * interface if @ref NG_NDP_NETIF_FLAGS_ROUTER and - * @ref NG_NDP_NETIF_FLAGS_RTR_ADV are set on the interface. + * interface if @ref NG_IPV6_NETIF_FLAGS_ROUTER and + * @ref NG_IPV6_NETIF_FLAGS_RTR_ADV are set on the interface. * * @param[in] iface An interface descriptor. Must not be NULL. */ @@ -74,8 +74,8 @@ void ng_ndp_rtr_netif_advertise_router(ng_ipv6_netif_t *iface); /** * @brief NDP interface initialization for routers. * - * @details Always sets both the @ref NG_NDP_NETIF_FLAGS_ROUTER **and** the - * @ref NG_NDP_NETIF_FLAGS_RTR_ADV flags for @p iface. + * @details Always sets both the @ref NG_IPV6_NETIF_FLAGS_ROUTER **and** the + * @ref NG_IPV6_NETIF_FLAGS_RTR_ADV flags for @p iface. * * @see * RFC 4861, section 6.2.4 @@ -88,7 +88,7 @@ void ng_ndp_rtr_netif_add(ng_ipv6_netif_t *iface); /** * @brief NDP interface removal for routers. * - * @details Unsets only the @ref NG_NDP_NETIF_FLAGS_ROUTER flag + * @details Unsets only the @ref NG_IPV6_NETIF_FLAGS_ROUTER flag * * @see * RFC 4861, section 6.2.5 @@ -110,7 +110,7 @@ void ng_ndp_rtr_advertise_periodically(ng_ipv6_netif_t *iface); * @brief Activates and deactivates periodic sending of router advertisements * on this interface. * - * @details (Un-)sets the @ref NG_NDP_NETIF_FLAGS_RTR_ADV flag + * @details (Un-)sets the @ref NG_IPV6_NETIF_FLAGS_RTR_ADV flag * * @param[in] iface An IPv6 interface. Must not be NULL. * @param[in] active true to activate periodic router advertisements, false