diff --git a/drivers/include/periph/adc.h b/drivers/include/periph/adc.h index 386011b8d67a104b48ac1b23603f4debb26bda85..b7c0bb04b0b397feedfee65e66a0ef3e9f84129a 100644 --- a/drivers/include/periph/adc.h +++ b/drivers/include/periph/adc.h @@ -7,6 +7,7 @@ */ /** + * @defgroup driver_periph_adc ADC * @ingroup driver_periph * @brief Low-level ADC peripheral driver * @{ diff --git a/drivers/include/periph/cpuid.h b/drivers/include/periph/cpuid.h index fcae72b3709544bc5be18fca5616f7aefe402ca6..6b3f143adadebedb8f3f662bb55917e54a34f0c0 100644 --- a/drivers/include/periph/cpuid.h +++ b/drivers/include/periph/cpuid.h @@ -7,10 +7,11 @@ */ /** - * @addtogroup driver_periph + * @defgroup driver_periph_cpuid CPUID + * @ingroup driver_periph * @{ * - * @file periph/cpuid.h + * @file * @brief Provides access the CPU's serial number * * @author Martine Lenders <mlenders@inf.fu-berlin.de> diff --git a/drivers/include/periph/gpio.h b/drivers/include/periph/gpio.h index 26c0c9afdc9209394f891290494003f5e69e7739..f766f73d11460b5dd40c6f4aca722a6ac9310fcf 100644 --- a/drivers/include/periph/gpio.h +++ b/drivers/include/periph/gpio.h @@ -7,11 +7,12 @@ */ /** + * @defgroup driver_periph_gpio GPIO * @ingroup driver_periph * @brief Low-level GPIO peripheral driver * @{ * - * @file periph/gpio.h + * @file * @brief Low-level GPIO peripheral driver interface definitions * * @author Hauke Petersen <hauke.petersen@fu-berlin.de> diff --git a/drivers/include/periph/i2c.h b/drivers/include/periph/i2c.h index 326f387b35236c9d237bab160c82883da85749e6..860391d171e0874f7e256e2683b4d92ad1e6693a 100644 --- a/drivers/include/periph/i2c.h +++ b/drivers/include/periph/i2c.h @@ -7,6 +7,7 @@ */ /** + * @defgroup driver_periph_i2c I2C * @ingroup driver_periph * @brief Low-level I2C peripheral driver * @{ diff --git a/drivers/include/periph/pwm.h b/drivers/include/periph/pwm.h index 1c628a6d1da1f493473e3c100db90db60a00624f..aae23e8495be0b62d12728795925b23ca980372e 100644 --- a/drivers/include/periph/pwm.h +++ b/drivers/include/periph/pwm.h @@ -7,11 +7,12 @@ */ /** + * @defgroup driver_periph_pwm PWM * @ingroup driver_periph * @brief Low-level PWM peripheral driver * @{ * - * @file periph/pwm.h + * @file * @brief Low-level PWM peripheral driver interface definitions * * @author Hauke Petersen <hauke.petersen@fu-berlin.de> diff --git a/drivers/include/periph/random.h b/drivers/include/periph/random.h index fe753a4d8d8d6fba47d37e382cfbe75e19a86da5..e49c8381c4af52b028b78508effcba3369a35c06 100644 --- a/drivers/include/periph/random.h +++ b/drivers/include/periph/random.h @@ -7,6 +7,7 @@ */ /** + * @defgroup driver_periph_random Random * @ingroup driver_periph * @{ * diff --git a/drivers/include/periph/rtc.h b/drivers/include/periph/rtc.h index 3e9add7cbce37ccb1ad10951a437106c27ddc288..128484d5306c10ddc48685572d033d04dbb94f4b 100644 --- a/drivers/include/periph/rtc.h +++ b/drivers/include/periph/rtc.h @@ -7,11 +7,12 @@ */ /** + * @defgroup driver_periph_rtc RTC * @ingroup driver_periph * @brief Low-level RTC (Real Time Clock) peripheral driver * @{ * - * @file rtc.h + * @file * @brief Low-level RTC peripheral driver interface definitions * * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> diff --git a/drivers/include/periph/rtt.h b/drivers/include/periph/rtt.h index 22e5fa1ae183b4ef5dcc193e046e66344c81e3b8..23884797e903108d955c722beba44c78ec5901a1 100644 --- a/drivers/include/periph/rtt.h +++ b/drivers/include/periph/rtt.h @@ -5,11 +5,13 @@ * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ + /** + * @defgroup driver_periph_rtt RTT * @ingroup driver_periph * @{ * - * @file rtt.h + * @file * @brief Low-level RTT (Real Time Timer) peripheral driver interface * definitions * diff --git a/drivers/include/periph/spi.h b/drivers/include/periph/spi.h index aae03b47f54cc9f563ffd72fe0c7042961f96bc9..0acf736dbd6c2280387a22739ccf86ba37fb03bd 100644 --- a/drivers/include/periph/spi.h +++ b/drivers/include/periph/spi.h @@ -7,6 +7,7 @@ */ /** + * @defgroup driver_periph_spi SPI * @ingroup driver_periph * @brief Low-level SPI peripheral driver * @{ diff --git a/drivers/include/periph/timer.h b/drivers/include/periph/timer.h index 365972462348bc283cc4e8428d673ce85637ce64..b4b1348a6db5068b233261aadc03452d7b41b968 100644 --- a/drivers/include/periph/timer.h +++ b/drivers/include/periph/timer.h @@ -7,11 +7,12 @@ */ /** + * @defgroup driver_periph_timer Timer * @ingroup driver_periph * @brief Low-level timer peripheral driver * @{ * - * @file periph/timer.h + * @file * @brief Low-level timer peripheral driver interface definitions * * @author Hauke Petersen <hauke.petersen@fu-berlin.de> diff --git a/drivers/include/periph/uart.h b/drivers/include/periph/uart.h index 991a519f9d141f8d3335ea06cd9790ad4322f5db..1ef0e4945c6bd35043c95a8ef7a4b9712a22c09d 100644 --- a/drivers/include/periph/uart.h +++ b/drivers/include/periph/uart.h @@ -7,11 +7,12 @@ */ /** + * @defgroup driver_periph_uart UART * @ingroup driver_periph * @brief Low-level UART peripheral driver * @{ * - * @file periph/uart.h + * @file * @brief Low-level UART peripheral driver interface definitions * * @author Hauke Petersen <hauke.petersen@fu-berlin.de>