| # | Line 613 | Line 613 | RECURSIVE = YES | |
|---|---|---|
| 613 | # excluded from the INPUT source files. This way you can easily exclude a | |
| 614 | # subdirectory from a directory tree whose root is specified with the INPUT tag. | |
| 615 | ||
| 616 | < | EXCLUDE = src/ircd_parser.c \ |
| 617 | < | src/ircd_parser.h \ |
| 618 | < | src/ircd_lexer.c |
| 616 | > | EXCLUDE = src/conf_parser.c \ |
| 617 | > | src/conf_parser.h \ |
| 618 | > | src/conf_lexer.c |
| 619 | ||
| 620 | # The EXCLUDE_SYMLINKS tag can be used select whether or not files or | |
| 621 | # directories that are symbolic links (a Unix filesystem feature) are excluded | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |