Hallo,
ich verwende in einem Projekt doxygen zur Dokumentation.
Ich habe dort Verzeichnisse excluded, so dachte ich. Im Beispiel unten werden z.B. alle Unterverzeichnisse von ../httpd/srv/www/yui gescannt, obwohl das excluded ist. Da das Verzeichnis gut mit Dateien bestückt ist, dauert das unnötig lange.
Wo liegt mein Denkfehler in meiner Konfiguration?
ciao Akela
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ../httpd/srv/www \
../database/db2
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.php \
*.js \
*.html \
*.htm \
*.css \
*.sql
RECURSIVE = YES
EXCLUDE = ../httpd/srv/www/htdocs/_archive \
../httpd/conf.d \
../httpd/logs \
../httpd/sessions \
../httpd/srv/www/htdocs.changes \
../httpd/srv/www/images \
../httpd/srv/www/includes/tcpdf \
../httpd/srv/www/htdocs/testing \
dummy \
../httpd/srv/www/images \
../httpd/srv/www/yui \
../httpd/srv/www/images \
../httpd/srv/www/includes/tcpdf \
../httpd/srv/www/yui
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */.svn/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO