doc: Add latest drivers; reformat.
[bertos.git] / Doxyfile
index 4638f84924825d629d8ec62f42e47148daf45eed..83fb26719f8f06281fa33c2bf16d72d645630a7d 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 
@@ -1254,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.