X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=03b77a392ad524b3cfddc068f9425d1158f7ffec;hb=f8224de0624cd0c81dbdf0bc969b86a83c29d5d8;hp=b98b8933991870b1afcfb59ef27b1d25a7264a57;hpb=c52b397260f8b6f2c50595de36f06bc5e074163f;p=bertos.git diff --git a/Doxyfile b/Doxyfile index b98b8933..03b77a39 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. @@ -593,7 +594,9 @@ EXCLUDE = doc \ CVS \ .svn \ qtext/qextftp.cpp \ - wizard + wizard \ + testout \ + testout.old # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -652,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 @@ -772,7 +775,7 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = +HTML_HEADER = doc/TracHeader.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a