doc: Remove development status from main page for online version.
[bertos.git] / Doxyfile
index f36ad9e00740e29b0927dbb84fa87d40a92806cc..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.