From bddbe939760f31ce93ac3601969b3dbec07c3c84 Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Tue, 18 Dec 2018 14:45:33 +0100
Subject: [PATCH] gnrc_netif: remove premature doc group close

This adds `GNRC_NETIF_FLAGS_RAWMODE` to the `net_gnrc_netif_flags_t`
group.
---
 sys/include/net/gnrc/netif/flags.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/include/net/gnrc/netif/flags.h b/sys/include/net/gnrc/netif/flags.h
index 71b323e7c5..ccd1692000 100644
--- a/sys/include/net/gnrc/netif/flags.h
+++ b/sys/include/net/gnrc/netif/flags.h
@@ -128,7 +128,6 @@ enum {
  *          packet
  */
 #define GNRC_NETIF_FLAGS_MAC_RX_STARTED            (0x00008000U)
-/** @} */
 
 /**
  * @brief   Network interface is configured in raw mode
-- 
GitLab