From 5a7d97635ab5618423f4f8e95d163257c69d1574 Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Mon, 11 Dec 2017 15:49:40 +0100
Subject: [PATCH] nanocoap: fix doxygen grouping

The doxygen group for the networking module is `net`, not `sys_net`.
By using `sys_net` nanocoap appears in the [module
root](https://doc.riot-os.org/modules.html) of the documentation.
---
 sys/include/net/nanocoap.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/include/net/nanocoap.h b/sys/include/net/nanocoap.h
index 77721106f4..0eb869c6a9 100644
--- a/sys/include/net/nanocoap.h
+++ b/sys/include/net/nanocoap.h
@@ -7,8 +7,8 @@
  */
 
 /**
- * @defgroup    sys_net_nanocoap nanocoap small CoAP library
- * @ingroup     sys_net
+ * @defgroup    net_nanocoap nanocoap small CoAP library
+ * @ingroup     net
  * @brief       Provides CoAP functionality optimized for minimal resource usage
  *
  * @{
-- 
GitLab