X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=3147b4e040a5cd6addb00dad756624e245a0ebd3;hb=0f7e0ff6fdd1cf33240751ebd6eed7b34fe23b82;hp=c53b0c0e10ae04797f9a5e3e9ae55eeb3e1777f6;hpb=fe2fca284b97ec729d34d49e7e7907fa1a40d1ce;p=bertos.git diff --git a/Doxyfile b/Doxyfile index c53b0c0e..3147b4e0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1266,7 +1266,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.