Fix the double inclusion bug
[bertos.git] / Doxyfile
index b993b3ea827d02ce610078342a2e4c6e27722258..b71acd80679e7a38e83989396f63fd0037810208 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -577,9 +577,8 @@ INPUT_ENCODING         = UTF-8
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
 FILE_PATTERNS          = *.h \
-                         README.bertos \
-                         *.c \
-                         STATUS
+                         Mainpage.online \
+                         *.c
 
 # 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. 
@@ -1528,4 +1527,4 @@ DOT_CLEANUP            = YES
 # The SEARCHENGINE tag specifies whether or not a search engine should be 
 # used. If set to NO the values of all tags below this one will be ignored.
 
-SEARCHENGINE           = YES
+SEARCHENGINE           = NO