doc: add doxygen predefines for periph headers

dev/timer
Ludwig Ortmann 9 years ago
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…
Cancel
Save