excluding some library stuff from doxygen

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1661 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 37acd2e174
commit eb7dbedee0

@ -82,7 +82,12 @@ EXCLUDE = ../apps/xmlrpc2di/xmlrpc++ \
../core/plug-in/gsm/gsm-1.0-pl10 \
../apps/py_sems/sip
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = .svn*
EXCLUDE_PATTERNS = .svn* \
*/apps/xmlrpc2di/xmlrpc++/* \
*/apps/py_sems/sip/* \
*/core/plug-in/ilbc/iLBC_rfc3951/* \
*/core/plug-in/adpcm/g7* \
*/core/plug-in/gsm/gsm-1.0-pl10/*
EXAMPLE_PATH = ../
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = YES

@ -489,7 +489,12 @@ EXCLUDE_SYMLINKS = NO
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
EXCLUDE_PATTERNS = .svn*
EXCLUDE_PATTERNS = .svn* \
*/apps/xmlrpc2di/xmlrpc++/* \
*/apps/py_sems/sip/* \
*/core/plug-in/ilbc/iLBC_rfc3951/* \
*/core/plug-in/adpcm/g7* \
*/core/plug-in/gsm/gsm-1.0-pl10/*
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see

Loading…
Cancel
Save