mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: add doxygen predefines for periph headers
This commit is contained in:
parent
c33e1b5dad
commit
8f76622ebf
@ -1970,7 +1970,19 @@ INCLUDE_FILE_PATTERNS =
|
||||
# recursively expanded use the := operator instead of the = operator.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
PREDEFINED = __attribute__(x)=
|
||||
PREDEFINED = __attribute__(x)= \
|
||||
ADC_NUMOF \
|
||||
CPUID_ID_LEN \
|
||||
GPIO_NUMOF \
|
||||
I2C_NUMOF \
|
||||
PWM_NUMOF \
|
||||
RANDOM_NUMOF \
|
||||
RTC_NUMOF \
|
||||
RTT_NUMOF \
|
||||
GPIO_NUMOF \
|
||||
SPI_NUMOF \
|
||||
UART_NUMOF
|
||||
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
# tag can be used to specify a list of macro names that should be expanded. The
|
||||
|
Loading…
Reference in New Issue
Block a user