| 525 |
# excluded from the INPUT source files. This way you can easily exclude a |
# excluded from the INPUT source files. This way you can easily exclude a |
| 526 |
# subdirectory from a directory tree whose root is specified with the INPUT tag. |
# subdirectory from a directory tree whose root is specified with the INPUT tag. |
| 527 |
|
|
| 528 |
EXCLUDE = |
EXCLUDE = |
| 529 |
|
|
| 530 |
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or |
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or |
| 531 |
# directories that are symbolic links (a Unix filesystem feature) are excluded |
# directories that are symbolic links (a Unix filesystem feature) are excluded |
| 532 |
# from the input. |
# from the input. |
| 533 |
|
|
| 534 |
EXCLUDE_SYMLINKS = NO |
EXCLUDE_SYMLINKS = YES |
| 535 |
|
|
| 536 |
# If the value of the INPUT tag contains directories, you can use the |
# If the value of the INPUT tag contains directories, you can use the |
| 537 |
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude |
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude |
| 541 |
|
|
| 542 |
EXCLUDE_PATTERNS = */old_gui/* \ |
EXCLUDE_PATTERNS = */old_gui/* \ |
| 543 |
*/Test*.h \ |
*/Test*.h \ |
| 544 |
*/Test*.cpp |
*/Test*.cpp \ |
| 545 |
|
|
| 546 |
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names |
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names |
| 547 |
# (namespaces, classes, functions, etc.) that should be excluded from the output. |
# (namespaces, classes, functions, etc.) that should be excluded from the output. |
| 556 |
|
|
| 557 |
EXAMPLE_PATH = . \ |
EXAMPLE_PATH = . \ |
| 558 |
rangesCtrl/samples \ |
rangesCtrl/samples \ |
| 559 |
runCtrl/tRunCtrl/samples |
runCtrl/tRunCtrl/samples \ |
| 560 |
|
rt_components/urg |
| 561 |
|
|
| 562 |
# If the value of the EXAMPLE_PATH tag contains directories, you can use the |
# If the value of the EXAMPLE_PATH tag contains directories, you can use the |
| 563 |
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |