X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Doxyfile;h=3147b4e040a5cd6addb00dad756624e245a0ebd3;hb=7477406a401637a2970661ee884ba11e100b30b6;hp=b993b3ea827d02ce610078342a2e4c6e27722258;hpb=1b59c54367c74f50569f7e7d771ad8ccec15d20f;p=bertos.git diff --git a/Doxyfile b/Doxyfile index b993b3ea..3147b4e0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -559,7 +559,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = bertos/cfg/macros.h bertos/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -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. @@ -1267,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. @@ -1528,4 +1528,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