From 10118038679902ef54a0d9e464a55768d8212816 Mon Sep 17 00:00:00 2001
From: smlng <s@mlng.net>
Date: Thu, 24 May 2018 14:38:27 +0200
Subject: [PATCH] net/gnrc/rpl: fix doxygen grouping

---
 sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h
index a6b66be439..dd9d6ee662 100644
--- a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h
+++ b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h
@@ -31,8 +31,7 @@ extern "C" {
 extern evtimer_msg_t gnrc_rpl_evtimer;
 
 /**
- * @defgroup gnrc_rpl_events RPL events
- * Events for RPL.
+ * @name Events for RPL.
  * @{
  */
 /**
@@ -55,8 +54,7 @@ extern evtimer_msg_t gnrc_rpl_evtimer;
 #define GNRC_RPL_PARENT_PROBE_INTERVAL        (2 * MS_PER_SEC)
 
 /**
- * @defgroup gnrc_rpl_parent_states Parent states
- * State of a RPL parent
+ * @name State of a RPL parent
  * @{
  */
 /**
-- 
GitLab