X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=83fb26719f8f06281fa33c2bf16d72d645630a7d;hb=83dd38a1a948a00f75af4c20c28290c695c57ecc;hp=a98b7d119c4cf79fcb3a99463af1a1bda0a65205;hpb=b1d430a170da42d0376d02178b22406efb020e87;p=bertos.git diff --git a/Doxyfile b/Doxyfile index a98b7d11..83fb2671 100644 --- a/Doxyfile +++ b/Doxyfile @@ -577,7 +577,8 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h \ README.bertos \ - *.c + *.c \ + STATUS # 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. @@ -654,7 +655,7 @@ IMAGE_PATH = # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. -INPUT_FILTER = "python doc/wizard-tag-filter.py" +INPUT_FILTER = "python doc/tag-filter.py" # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the @@ -1256,7 +1257,8 @@ PREDEFINED = __doxygen__ \ _DEBUG=1 \ FORMAT(x,y,z)= \ PGM_FUNC(x)=x \ - INLINE=inline + INLINE=inline \ + CONFIG_FAT_DRIVES=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.