From f27fce0eedf4ed00930cf208b5f73774cf40f5cb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 29 Oct 2021 10:49:38 +0200 Subject: [PATCH] doccheck: add nucleo-g07xrb group members to exclude_patterns --- dist/tools/doccheck/exclude_patterns | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/tools/doccheck/exclude_patterns b/dist/tools/doccheck/exclude_patterns index 332430c5dd..4444723984 100644 --- a/dist/tools/doccheck/exclude_patterns +++ b/dist/tools/doccheck/exclude_patterns @@ -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\.