Skip to content

Commit

Permalink
Merge pull request #17079 from kaspar030/exclude_some_dox_warnings
Browse files Browse the repository at this point in the history
boards/nucleo-g07xrb: fix or exclude some doxygen warnings
  • Loading branch information
kaspar030 authored Oct 29, 2021
2 parents 723c24c + f27fce0 commit 9256970
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/nucleo-g070rb/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ static const adc_conf_t adc_config[] = {
};

#define ADC_NUMOF ARRAY_SIZE(adc_config)
/** @} */

/**
* @name SPI configuration
Expand Down
1 change: 1 addition & 0 deletions boards/nucleo-g071rb/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ static const adc_conf_t adc_config[] = {
};

#define ADC_NUMOF ARRAY_SIZE(adc_config)
/** @} */

/**
* @name SPI configuration
Expand Down
4 changes: 4 additions & 0 deletions dist/tools/doccheck/exclude_patterns
Original file line number Diff line number Diff line change
Expand Up @@ -14496,3 +14496,7 @@ sys/posix/pthread/include/pthread_cancellation\.h:[0-9]+: warning: Member PTHREA
sys/posix/pthread/include/pthread_cancellation\.h:[0-9]+: warning: Member PTHREAD_CANCEL_ENABLE \(macro definition\) of file pthread_cancellation\.h is not documented\.
sys/posix/pthread/include/pthread_mutex_attr\.h:[0-9]+: warning: Member pthread_mutexattr_getprioceiling\(const pthread_mutexattr_t \*attr, int \*prioceiling\) \(function\) of file pthread_mutex_attr\.h is not documented\.
sys/posix/pthread/include/pthread_mutex_attr\.h:[0-9]+: warning: Member pthread_mutexattr_setprioceiling\(pthread_mutexattr_t \*attr, int prioceiling\) \(function\) of file pthread_mutex_attr\.h is not documented\.
boards/nucleo\-g071rb/include/periph_conf\.h:[0-9]+: warning: Member ADC_NUMOF \(macro definition\) of file periph_conf\.h is not documented\.
boards/nucleo\-g071rb/include/periph_conf\.h:[0-9]+: warning: Member adc_config\[\] \(variable\) of file periph_conf\.h is not documented\.
boards/nucleo\-g070rb/include/periph_conf\.h:[0-9]+: warning: Member ADC_NUMOF \(macro definition\) of file periph_conf\.h is not documented\.
boards/nucleo\-g070rb/include/periph_conf\.h:[0-9]+: warning: Member adc_config\[\] \(variable\) of file periph_conf\.h is not documented\.

0 comments on commit 9256970

Please sign in to comment.