Skip to content
Snippets Groups Projects
Commit bb9f3861 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #6664 from aabadie/fix_doxygen_board_nucleo32-f031

boards/nucleo32-f031: replace @brief with @name in periph conf
parents 29753d60 09f05da2
Branches
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ extern "C" { ...@@ -43,7 +43,7 @@ extern "C" {
/** @} */ /** @} */
/** /**
* @brief Timer configuration * @name Timer configuration
* @{ * @{
*/ */
static const timer_conf_t timer_config[] = { static const timer_conf_t timer_config[] = {
...@@ -62,7 +62,7 @@ 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[] = { static const uart_conf_t uart_config[] = {
...@@ -84,7 +84,7 @@ 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[] = { static const pwm_conf_t pwm_config[] = {
...@@ -135,7 +135,7 @@ 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 { \ #define ADC_CONFIG { \
...@@ -150,7 +150,7 @@ static const pwm_conf_t pwm_config[] = { ...@@ -150,7 +150,7 @@ static const pwm_conf_t pwm_config[] = {
/** @} */ /** @} */
/** /**
* @brief DAC configuration * @name DAC configuration
* @{ * @{
*/ */
#define DAC_NUMOF (0) #define DAC_NUMOF (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment