X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=b71acd80679e7a38e83989396f63fd0037810208;hb=304caa2b30cc03dc6a27481b297e3504d963e037;hp=d181744a6fc7a8db7022ec642a93036e54db3ab1;hpb=fcdce677630a2fdaba8f890c639bfc481bafd7ac;p=bertos.git diff --git a/Doxyfile b/Doxyfile index d181744a..b71acd80 100644 --- a/Doxyfile +++ b/Doxyfile @@ -577,9 +577,8 @@ INPUT_ENCODING = UTF-8 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 FILE_PATTERNS = *.h \ - README.bertos \ - *.c \ - STATUS + Mainpage.online \ + *.c # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -1264,7 +1263,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. @@ -1525,4 +1527,4 @@ DOT_CLEANUP = YES # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. -SEARCHENGINE = YES +SEARCHENGINE = NO