doc: Cleanup file patterns; ignore wizard/ dir.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Jun 2009 12:49:02 +0000 (12:49 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Jun 2009 12:49:02 +0000 (12:49 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2719 38d2e660-2303-0410-9eaa-f027e97ec537

Doxyfile

index 3e388c43a53421d1a68711a9b7986422278918a8..b98b8933991870b1afcfb59ef27b1d25a7264a57 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -575,25 +575,9 @@ INPUT_ENCODING         = UTF-8
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
-FILE_PATTERNS          = *.c \
-                         *.cc \
-                         *.cxx \
-                         *.cpp \
-                         *.c++ \
-                         *.java \
-                         *.ii \
-                         *.ixx \
-                         *.ipp \
-                         *.i++ \
-                         *.inl \
-                         *.h \
-                         *.hh \
-                         *.hxx \
-                         *.hpp \
-                         *.h++ \
-                         *.idl \
-                         *.odl \
-                         README.bertos
+FILE_PATTERNS          = *.h \
+                         README.bertos \
+                         *.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. 
@@ -608,7 +592,8 @@ RECURSIVE              = YES
 EXCLUDE                = doc \
                          CVS \
                          .svn \
-                         qtext/qextftp.cpp
+                         qtext/qextftp.cpp \
+                         wizard
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded