From 8249ffadf466b3d3dc72ecd6641093c2862b9d4e Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 20 Mar 2018 18:34:09 +0100
Subject: [PATCH] drivers/soft_spi: add to drivers_soft_periph group

---
 drivers/doc.txt            | 2 +-
 drivers/include/soft_spi.h | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/doc.txt b/drivers/doc.txt
index efb9eed599..feee4e0076 100644
--- a/drivers/doc.txt
+++ b/drivers/doc.txt
@@ -47,5 +47,5 @@
  /**
  * @defgroup    drivers_soft_periph Soft Peripheral Driver Interface
  * @ingroup     drivers
- * @brief       Software emulated peripheral driver interface for UART, SPI, etc
+ * @brief       Software emulated @ref drivers_periph for UART, SPI, etc
  */
diff --git a/drivers/include/soft_spi.h b/drivers/include/soft_spi.h
index 15901f2dde..456bd754bd 100644
--- a/drivers/include/soft_spi.h
+++ b/drivers/include/soft_spi.h
@@ -8,8 +8,9 @@
 
 /**
  * @defgroup    drivers_soft_spi Soft SPI
- * @ingroup     drivers
+ * @ingroup     drivers_soft_periph
  * @brief       Software implemented Serial Peripheral Interface bus
+ *
  * This module provides a software implemented Serial Peripheral Interface bus.
  * It is intended to be used in situation where hardware spi is not available.
  * The signatures of the functions are similar to the functions declared in spi.h
-- 
GitLab