X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;fp=Doxyfile;h=b993b3ea827d02ce610078342a2e4c6e27722258;hb=1b59c54367c74f50569f7e7d771ad8ccec15d20f;hp=d181744a6fc7a8db7022ec642a93036e54db3ab1;hpb=0af829fd672d0b52f89183042fe535413d046e8d;p=bertos.git diff --git a/Doxyfile b/Doxyfile index d181744a..b993b3ea 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1264,7 +1264,10 @@ PREDEFINED = __doxygen__ \ PGM_FUNC(x)=x \ INLINE=inline \ CONFIG_FAT_DRIVES=1 \ - CONFIG_KERN_PRI=1 + CONFIG_KERN_PRI=1 \ + CONFIG_TIMER_EVENTS=1 \ + CONFIG_TIMER_UDELAY=1 \ + CONFIG_KERN_SIGNALS=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.