1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #6870 from aabadie/fix_doxygen

boards: fix remaining doxygen @brief in periph config
This commit is contained in:
Alexandre Abadie 2017-04-07 12:31:38 +02:00 committed by GitHub
commit 71fadb0bd7
7 changed files with 12 additions and 12 deletions

View File

@ -116,7 +116,7 @@ static const uart_conf_t uart_config[] = {
/** @} */
/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)

View File

@ -188,7 +188,7 @@ static const spi_conf_t spi_config[] = {
/** @} */
/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)

View File

@ -227,14 +227,14 @@ static const spi_conf_t spi_config[] = {
/** @} */
/**
* @brief ADC configuration
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
/** @} */
/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)

View File

@ -164,7 +164,7 @@ static const spi_conf_t spi_config[] = {
/** @} */
/**
* @brief ADC configuration
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
@ -172,7 +172,7 @@ static const spi_conf_t spi_config[] = {
/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)

View File

@ -164,7 +164,7 @@ static const spi_conf_t spi_config[] = {
/** @} */
/**
* @brief ADC configuration
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
@ -172,7 +172,7 @@ static const spi_conf_t spi_config[] = {
/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)

View File

@ -221,14 +221,14 @@ static const spi_conf_t spi_config[] = {
/** @} */
/**
* @brief ADC configuration
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
/** @} */
/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)

View File

@ -150,7 +150,7 @@ static const spi_conf_t spi_config[] = {
/** @} */
/**
* @brief ADC configuration
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
@ -158,7 +158,7 @@ static const spi_conf_t spi_config[] = {
/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)