From 46e74229c018b7e46210ed9c07f11d8c801f75e8 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 31 Jan 2017 18:47:56 +0100 Subject: [PATCH] gnrc_netdev2: fix grouping of sub-headers in doc --- sys/include/net/gnrc/netdev2/eth.h | 2 +- sys/include/net/gnrc/netdev2/ieee802154.h | 2 +- sys/include/net/gnrc/netdev2/xbee_adpt.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/include/net/gnrc/netdev2/eth.h b/sys/include/net/gnrc/netdev2/eth.h index 85fd044773..62bb9a2062 100644 --- a/sys/include/net/gnrc/netdev2/eth.h +++ b/sys/include/net/gnrc/netdev2/eth.h @@ -7,7 +7,7 @@ */ /** - * @ingroup net_gnrc + * @ingroup net_gnrc_netdev2 * @{ * * @file diff --git a/sys/include/net/gnrc/netdev2/ieee802154.h b/sys/include/net/gnrc/netdev2/ieee802154.h index b55b266957..cb97034d83 100644 --- a/sys/include/net/gnrc/netdev2/ieee802154.h +++ b/sys/include/net/gnrc/netdev2/ieee802154.h @@ -7,7 +7,7 @@ */ /** - * @ingroup net_gnrc + * @ingroup net_gnrc_netdev2 * @brief * @{ * diff --git a/sys/include/net/gnrc/netdev2/xbee_adpt.h b/sys/include/net/gnrc/netdev2/xbee_adpt.h index d1f254fab3..73980e5c2e 100644 --- a/sys/include/net/gnrc/netdev2/xbee_adpt.h +++ b/sys/include/net/gnrc/netdev2/xbee_adpt.h @@ -7,7 +7,7 @@ */ /** - * @addtogroup net_gnrc + * @ingroup net_gnrc_netdev2 * @{ * * @file