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

drivers: add anchor to doc to allow stable references

This commit is contained in:
Gunar Schorcht 2021-10-13 11:30:15 +02:00
parent dcc2908a94
commit 62dd51d8ba
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
*
* @file
* @brief Interface definition for the ENC28J60 driver
* @anchor drivers_enc28j60
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/

View File

@ -54,6 +54,7 @@
*
* @file
* @brief Interface definition for MRF24J40 based drivers
* @anchor drivers_mrf24j40
*
* @author Neo Nenaco <neo@nenaco.de>
* @author Koen Zandberg <koen@bergzand.net>

View File

@ -10,6 +10,7 @@
* @defgroup drivers_sdcard_spi SPI SD-Card driver
* @ingroup drivers_storage
* @brief Driver for reading and writing sd-cards via spi interface.
* @anchor drivers_sdcard_spi
* @{
*
* @file