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)
| r2623 | r5070 | |
|---|---|---|
| 450 | 450 | # directories like "/usr/src/myproject". Separate the files or directories |
| 451 | 451 | # with spaces. |
| 452 | 452 | |
| 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 = ./ | |
| 464 | 454 | |
| 465 | 455 | # If the value of the INPUT tag contains directories, you can use the |
| 466 | 456 | # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
| --- | --- | |
| 476 | 466 | # should be searched for input files as well. Possible values are YES and NO. |
| 477 | 467 | # If left blank NO is used. |
| 478 | 468 | |
| 479 | RECURSIVE = NO | |
| 469 | RECURSIVE = YES | |
| 480 | 470 | |
| 481 | 471 | # The EXCLUDE tag can be used to specify files and/or directories that should |
| 482 | 472 | # excluded from the INPUT source files. This way you can easily exclude a |
![Home changeset 5070 [home]](/images/logo.png?1180520111)
RSS Feeds