Ignore test directories (if present) when generating documentation.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 1 Jul 2009 08:25:12 +0000 (08:25 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 1 Jul 2009 08:25:12 +0000 (08:25 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2722 38d2e660-2303-0410-9eaa-f027e97ec537

Doxyfile

index 4638f84924825d629d8ec62f42e47148daf45eed..a98b7d119c4cf79fcb3a99463af1a1bda0a65205 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -593,7 +593,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