2013-02-19 18:10:42 -06:00
|
|
|
# The INPUT tag can be used to specify the files and/or directories that contain
|
|
|
|
# documented source files. You may enter file names like "myfile.cpp" or
|
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories
|
|
|
|
# with spaces.
|
|
|
|
|
2013-02-22 04:08:57 -06:00
|
|
|
INPUT = @PROJECT_SOURCE_DIR@/@src_DIR@/ \
|
2013-02-19 18:10:42 -06:00
|
|
|
@PROJECT_SOURCE_DIR@/tutorials/ \
|
|
|
|
@PROJECT_SOURCE_DIR@/examples/
|
|
|
|
|
2013-03-22 02:35:00 -05:00
|
|
|
# The EXCLUDE tag can be used to specify files and/or directories that should
|
|
|
|
# excluded from the INPUT source files. This way you can easily exclude a
|
|
|
|
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
|
|
|
|
|
|
|
EXCLUDE = @PROJECT_SOURCE_DIR@/@src_DIR@/core/utility/parameters/tinyxml
|
|
|
|
|
2013-02-19 18:10:42 -06:00
|
|
|
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
|
|
|
# directories that contain example code fragments that are included (see
|
|
|
|
# the \include command).
|
|
|
|
|
|
|
|
EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/tutorials/
|
|
|
|
|
|
|
|
# The IMAGE_PATH tag can be used to specify one or more files or
|
|
|
|
# directories that contain image that are included in the documentation (see
|
|
|
|
# the \image command).
|
|
|
|
|
2013-02-21 03:08:38 -06:00
|
|
|
IMAGE_PATH = @PROJECT_SOURCE_DIR@/@doxy_dir@/Figure
|