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:
commit
71fadb0bd7
@ -116,7 +116,7 @@ static const uart_conf_t uart_config[] = {
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief DAC configuration
|
||||
* @name DAC configuration
|
||||
* @{
|
||||
*/
|
||||
#define DAC_NUMOF (0)
|
||||
|
@ -188,7 +188,7 @@ static const spi_conf_t spi_config[] = {
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief DAC configuration
|
||||
* @name DAC configuration
|
||||
* @{
|
||||
*/
|
||||
#define DAC_NUMOF (0)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user