X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile-offline;h=c3022d3e93a1f48ba9278a2d6c05810a888c8dd4;hb=9a5999eef8da573fca01ea4b525b0eb39318eb87;hp=208cb7a5d6f649243275677004ea638c1b0f65b7;hpb=e4aafa8d8edfeb431f97eda621e10fbef44e4dae;p=bertos.git diff --git a/Doxyfile-offline b/Doxyfile-offline index 208cb7a5..c3022d3e 100644 --- a/Doxyfile-offline +++ b/Doxyfile-offline @@ -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 @@ -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.