Changeset 5070

Don't hardcode a directory list. It's everything below the top level.

Committed by:  mjagdis
Date:  Jul 21 2008 * 14:31 (about 1 month ago)

Affected files:

callweaver/trunk/contrib/callweaver-ng-doxygen (unified diff)

r2623r5070
450450 # directories like "/usr/src/myproject". Separate the files or directories
451451 # with spaces.
452452
453 INPUT = ./ \
454 include \
455 include/callweaver \
456 channels \
457 funcs \
458 apps \
459 cdr \
460 codecs \
461 formats \
462 pbx \
463 res
453 INPUT = ./
464454
465455 # If the value of the INPUT tag contains directories, you can use the
466456 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
------
476466 # should be searched for input files as well. Possible values are YES and NO.
477467 # If left blank NO is used.
478468
479 RECURSIVE = NO
469 RECURSIVE = YES
480470
481471 # The EXCLUDE tag can be used to specify files and/or directories that should
482472 # excluded from the INPUT source files. This way you can easily exclude a