1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers: fixed doxygen groups

This commit is contained in:
Hauke Petersen 2017-02-07 11:16:38 +01:00
parent 79a4acee43
commit 544c590d5b
9 changed files with 26 additions and 11 deletions

View File

@ -37,3 +37,9 @@
* The group of actuators includes all kind of devices that can actively
* interact with the physical world, as e.g. motors, lights, sound devices, etc.
*/
/**
* @defgroup drivers_storage Storage Device Drivers
* @ingroup drivers
* @brief Drivers for storage devices
*/

View File

@ -9,7 +9,7 @@
/**
* @defgroup drivers_diskio Disk IO Driver
* @ingroup drivers
* @ingroup drivers_storage
* @brief Low level disk interface
*
* The connection between the MCU and the SRF08 is based on the i2c-interface.

View File

@ -8,7 +8,7 @@
/**
* @defgroup driver_enc28j60 ENC28J60
* @ingroup drivers
* @ingroup drivers_netdev
* @brief Driver for the ENC28J60 Ethernet Adapter
* @{
*

View File

@ -8,14 +8,19 @@
/**
* @defgroup drivers_flashrom Flash memory driver
* @ingroup drivers
* @ingroup drivers_periph
* @brief Generic flash memory driver
*
* @note This interface is deprecated, use `periph/flaspage` instead
*
* @{
*
* @file
*
*
* @brief Generic flash memory driver
* @author unknown
*
*/
#ifndef FLASHROM_H

View File

@ -8,11 +8,13 @@
/**
* @defgroup drivers_gpioint GPIO IRQ Multiplexer
* @ingroup drivers
* @ingroup drivers_periph
* @brief Provides an API to implement interrupt handlers on IO pins.
*
* Multiplexer and interrupt handling must be implemented platform specific.
*
* @note This interface is deprecated, use `periph/gpio.h` instead
*
* @{
*
* @file

View File

@ -8,7 +8,7 @@
/**
* @defgroup drivers_lpd8808 LPD8808 based LED Strip
* @ingroup drivers
* @ingroup drivers_actuators
* @brief Driver for LPD8808 based LED strips
*
* LPD8808 based LED strips consist of a number of LEDs driven by LPD8808 chips.

View File

@ -8,7 +8,7 @@
/**
* @defgroup drivers_nvram Non-volatile RAM
* @ingroup drivers
* @ingroup drivers_storage
* @brief Non-volatile RAM interface
*
* This API is designed around non-volatile memories which do not need blockwise

View File

@ -7,13 +7,15 @@
*/
/**
* @defgroup drivers_pn532 PN532 NFC Reader
* @ingroup drivers
* @defgroup drivers_pn532 PN532 NFC Reader
* @ingroup drivers_netdev
* @brief PN532 NFC radio device driver
*
* @{
* @file
* @brief PN532 driver
* @author Víctor Ariño <victor.arino@triagnosys.com>
* @brief PN532 driver
*
* @author Víctor Ariño <victor.arino@triagnosys.com>
*/
#ifndef NFC_READER_INCLUDE_PN532_H

View File

@ -8,7 +8,7 @@
/**
* @defgroup drivers_sdcard_spi SPI SD-Card driver
* @ingroup drivers
* @ingroup drivers_storage
* @brief Driver for reading and writing sd-cards via spi interface.
* @{
*