diff --git a/drivers/include/enc28j60.h b/drivers/include/enc28j60.h index e0a5f1ab5f..ab8231a4b9 100644 --- a/drivers/include/enc28j60.h +++ b/drivers/include/enc28j60.h @@ -14,6 +14,7 @@ * * @file * @brief Interface definition for the ENC28J60 driver + * @anchor drivers_enc28j60 * * @author Hauke Petersen */ diff --git a/drivers/include/mrf24j40.h b/drivers/include/mrf24j40.h index 7187af0d0f..9eb9358b5a 100644 --- a/drivers/include/mrf24j40.h +++ b/drivers/include/mrf24j40.h @@ -54,6 +54,7 @@ * * @file * @brief Interface definition for MRF24J40 based drivers + * @anchor drivers_mrf24j40 * * @author Neo Nenaco * @author Koen Zandberg diff --git a/drivers/include/sdcard_spi.h b/drivers/include/sdcard_spi.h index 93a3240640..f6dd04d425 100644 --- a/drivers/include/sdcard_spi.h +++ b/drivers/include/sdcard_spi.h @@ -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