From 09f05da2cdbea15c36424cb1d94e1489b7f7ce79 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Mon, 27 Feb 2017 23:15:36 +0100 Subject: [PATCH] boards/nucleo32-f031: replace @brief with @name in periph conf --- boards/nucleo32-f031/include/periph_conf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/nucleo32-f031/include/periph_conf.h b/boards/nucleo32-f031/include/periph_conf.h index 497ba0ed72..7f869c6afe 100644 --- a/boards/nucleo32-f031/include/periph_conf.h +++ b/boards/nucleo32-f031/include/periph_conf.h @@ -43,7 +43,7 @@ extern "C" { /** @} */ /** - * @brief Timer configuration + * @name Timer configuration * @{ */ static const timer_conf_t timer_config[] = { @@ -62,7 +62,7 @@ static const timer_conf_t timer_config[] = { /** @} */ /** - * @brief UART configuration + * @name UART configuration * @{ */ static const uart_conf_t uart_config[] = { @@ -84,7 +84,7 @@ static const uart_conf_t uart_config[] = { /** @} */ /** - * @brief PWM configuration + * @name PWM configuration * @{ */ static const pwm_conf_t pwm_config[] = { @@ -135,7 +135,7 @@ static const pwm_conf_t pwm_config[] = { /** @} */ /** - * @brief ADC configuration + * @name ADC configuration * @{ */ #define ADC_CONFIG { \ @@ -150,7 +150,7 @@ static const pwm_conf_t pwm_config[] = { /** @} */ /** - * @brief DAC configuration + * @name DAC configuration * @{ */ #define DAC_NUMOF (0) -- GitLab