| 255 |
# defined locally in source files will be included in the documentation. |
# defined locally in source files will be included in the documentation. |
| 256 |
# If set to NO only classes defined in header files are included. |
# If set to NO only classes defined in header files are included. |
| 257 |
|
|
| 258 |
EXTRACT_LOCAL_CLASSES = YES |
EXTRACT_LOCAL_CLASSES = NO |
| 259 |
|
|
| 260 |
# This flag is only useful for Objective-C code. When set to YES local |
# This flag is only useful for Objective-C code. When set to YES local |
| 261 |
# methods, which are defined in the implementation section but not in |
# methods, which are defined in the implementation section but not in |
| 522 |
# against the file with absolute path, so to exclude all test directories |
# against the file with absolute path, so to exclude all test directories |
| 523 |
# for example use the pattern */test/* |
# for example use the pattern */test/* |
| 524 |
|
|
| 525 |
EXCLUDE_PATTERNS = */old_gui/* # */Test*.h */Test*.cpp |
EXCLUDE_PATTERNS = */old_gui/* */Test*.h */Test*.cpp |
| 526 |
|
|
| 527 |
# 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 |
| 528 |
# (namespaces, classes, functions, etc.) that should be excluded from the output. |
# (namespaces, classes, functions, etc.) that should be excluded from the output. |
| 535 |
# directories that contain example code fragments that are included (see |
# directories that contain example code fragments that are included (see |
| 536 |
# the \include command). |
# the \include command). |
| 537 |
|
|
| 538 |
EXAMPLE_PATH = ./ |
EXAMPLE_PATH = . rangesCtrl/samples |
| 539 |
|
|
| 540 |
# 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 |
| 541 |
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
| 555 |
# directories that contain image that are included in the documentation (see |
# directories that contain image that are included in the documentation (see |
| 556 |
# the \image command). |
# the \image command). |
| 557 |
|
|
| 558 |
IMAGE_PATH = img/ |
IMAGE_PATH = img/ rangesCtrl/img/ |
| 559 |
|
|
| 560 |
# The INPUT_FILTER tag can be used to specify a program that doxygen should |
# The INPUT_FILTER tag can be used to specify a program that doxygen should |
| 561 |
# invoke to filter for each input file. Doxygen will invoke the filter program |
# invoke to filter for each input file. Doxygen will invoke the filter program |
| 580 |
# INPUT_FILTER) will be used to filter the input files when producing source |
# INPUT_FILTER) will be used to filter the input files when producing source |
| 581 |
# files to browse (i.e. when SOURCE_BROWSER is set to YES). |
# files to browse (i.e. when SOURCE_BROWSER is set to YES). |
| 582 |
|
|
| 583 |
FILTER_SOURCE_FILES = NO |
FILTER_SOURCE_FILES = YES |
| 584 |
|
|
| 585 |
#--------------------------------------------------------------------------- |
#--------------------------------------------------------------------------- |
| 586 |
# configuration options related to source browsing |
# configuration options related to source browsing |