From 8f76622ebf058068b18c0aab5f35cd1bb548048a Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Fri, 24 Oct 2014 15:14:11 +0200 Subject: [PATCH] doc: add doxygen predefines for periph headers --- doc/doxygen/riot.doxyfile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 7215647390..581d8678ac 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -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