From 70bcaebec805ed3c38ba54aab680bb3ea615fdc7 Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Thu, 13 Apr 2017 11:58:22 +0200
Subject: [PATCH] doc: fix grouping of SPIFFS

---
 sys/include/fs/spiffs_fs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/include/fs/spiffs_fs.h b/sys/include/fs/spiffs_fs.h
index 5316914068..f2ab03aa29 100644
--- a/sys/include/fs/spiffs_fs.h
+++ b/sys/include/fs/spiffs_fs.h
@@ -7,8 +7,8 @@
  */
 
 /**
- * @ingroup     fs
- * @defgroup    spiffs  SPIFFS integration
+ * @defgroup    sys_spiffs  SPIFFS integration
+ * @ingroup     sys_fs
  * @{
  *
  * @file
-- 
GitLab