X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile-common;h=6b9d751ae9755cc483274f4a0c77f270743c696c;hb=59e02d028bf407e4e2ccda823f5360d2e59f7ee4;hp=ae966e01a7d577b8456e2a3cf6444b69a2ce9f0f;hpb=d5f980505ade6c9b7063ba29dc8e4a96d05abd3c;p=bertos.git diff --git a/Doxyfile-common b/Doxyfile-common index ae966e01..6b9d751a 100644 --- a/Doxyfile-common +++ b/Doxyfile-common @@ -552,7 +552,17 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT += bertos/ + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx +# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 + +FILE_PATTERNS = *.h \ + *.c # 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 @@ -1229,6 +1239,8 @@ PREDEFINED = __doxygen__ \ CONFIG_TIMER_EVENTS=1 \ CONFIG_TIMER_UDELAY=1 \ CONFIG_KERN_SIGNALS=1 \ + CONFIG_XMODEM_RECV=1 \ + CONFIG_XMODEM_SEND=1 \ COMPILER_VARIADIC_MACROS=1 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then