doc: Update doxyfiles and main page
[bertos.git] / Doxyfile
index b98b8933991870b1afcfb59ef27b1d25a7264a57..03b77a392ad524b3cfddc068f9425d1158f7ffec 100644 (file)
--- 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