doc: Fix bug with doxygen 1.6.1; enable some macros to be documented.
[bertos.git] / Doxyfile-offline
index bf7964ac0b5a322659fb23ee8a5e506949dcd42c..c3022d3e93a1f48ba9278a2d6c05810a888c8dd4 100644 (file)
@@ -1267,7 +1267,8 @@ PREDEFINED             = __doxygen__ \
                          CONFIG_KERN_PRI=1 \
                          CONFIG_TIMER_EVENTS=1 \
                          CONFIG_TIMER_UDELAY=1 \
-                         CONFIG_KERN_SIGNALS=1
+                         CONFIG_KERN_SIGNALS=1 \
+                         COMPILER_VARIADIC_MACROS=1
 
 # 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.