[rtems commit] doxygen: Put SPI Driver into group Device Drivers
    Sebastian Huber 
    sebh at rtems.org
       
    Thu Apr  4 06:27:36 UTC 2019
    
    
  
Module:    rtems
Branch:    master
Commit:    38a3b6160ca86c30c277f9691bccbf356004d5c4
Changeset: http://git.rtems.org/rtems/commit/?id=38a3b6160ca86c30c277f9691bccbf356004d5c4
Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Apr  2 14:11:20 2019 +0200
doxygen: Put SPI Driver into group Device Drivers
Update #3706.
---
 cpukit/include/dev/spi/spi.h | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/cpukit/include/dev/spi/spi.h b/cpukit/include/dev/spi/spi.h
index f0f84f1..dfe9cf5 100644
--- a/cpukit/include/dev/spi/spi.h
+++ b/cpukit/include/dev/spi/spi.h
@@ -40,6 +40,8 @@ typedef struct spi_bus spi_bus;
 /**
  * @defgroup SPI Serial Peripheral Interface (SPI) Driver
  *
+ * @ingroup RTEMSDeviceDrivers
+ *
  * @brief Serial Peripheral Interface (SPI) bus driver support.
  *
  * @{
    
    
More information about the vc
mailing list