From 1528857feb62969bc50ae5fa1ce20ddadba7303c Mon Sep 17 00:00:00 2001 From: Martin Lenders Date: Fri, 18 Jul 2014 14:59:46 +0200 Subject: [PATCH] Make filenames in periph documentation unique This makes the filenames in the documentation of low-lever peripheral drivers unique, so doxygen stops complaining about duplicates. --- drivers/include/periph/adc.h | 2 +- drivers/include/periph/gpio.h | 2 +- drivers/include/periph/pwm.h | 2 +- drivers/include/periph/timer.h | 2 +- drivers/include/periph/uart.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/include/periph/adc.h b/drivers/include/periph/adc.h index 6c1e3119a6..4bbd92d8b9 100644 --- a/drivers/include/periph/adc.h +++ b/drivers/include/periph/adc.h @@ -10,7 +10,7 @@ * @brief Low-level ADC peripheral driver * @{ * - * @file adc.h + * @file periph/adc.h * @brief Low-level ADC peripheral driver interface definitions * * @author Hauke Petersen diff --git a/drivers/include/periph/gpio.h b/drivers/include/periph/gpio.h index bbfbf1d92d..8ba3149dfa 100644 --- a/drivers/include/periph/gpio.h +++ b/drivers/include/periph/gpio.h @@ -10,7 +10,7 @@ * @brief Low-level GPIO peripheral driver * @{ * - * @file gpio.h + * @file periph/gpio.h * @brief Low-level GPIO peripheral driver interface definitions * * @author Hauke Petersen diff --git a/drivers/include/periph/pwm.h b/drivers/include/periph/pwm.h index fe9a90aa99..2776e6b792 100644 --- a/drivers/include/periph/pwm.h +++ b/drivers/include/periph/pwm.h @@ -11,7 +11,7 @@ * @brief Low-level PWM peripheral driver * @{ * - * @file + * @file periph/pwm.h * @brief Low-level PWM peripheral driver interface definitions * * @author Hauke Petersen diff --git a/drivers/include/periph/timer.h b/drivers/include/periph/timer.h index 3530e5038a..0755eddf50 100644 --- a/drivers/include/periph/timer.h +++ b/drivers/include/periph/timer.h @@ -10,7 +10,7 @@ * @brief Low-level timer peripheral driver * @{ * - * @file timer.h + * @file periph/timer.h * @brief Low-level timer peripheral driver interface definitions * * @author Hauke Petersen diff --git a/drivers/include/periph/uart.h b/drivers/include/periph/uart.h index 56c6871c43..9ceff956b6 100644 --- a/drivers/include/periph/uart.h +++ b/drivers/include/periph/uart.h @@ -10,7 +10,7 @@ * @brief Low-level UART peripheral driver * @{ * - * @file uart.h + * @file periph/uart.h * @brief Low-level UART peripheral driver interface definitions * * @author Hauke Petersen