# 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.

INPUT                  = @PROJECT_SOURCE_DIR@/doc/doxygen/mainpage.dox \
			 @PROJECT_SOURCE_DIR@/doc/doxygen/groups.dox \
                         @PROJECT_SOURCE_DIR@/doc/doxygen/templates.dox \
                         @PROJECT_SOURCE_DIR@/ewoms \
                         @PROJECT_SOURCE_DIR@/applications \
                         @PROJECT_SOURCE_DIR@/tests \
                         @PROJECT_SOURCE_DIR@/tutorial

# 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                = 

# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
# can be used to strip a user-defined part of the path. Stripping is
# only done if one of the specified strings matches the left-hand part of
# the path. The tag can be used to show relative paths in the file list.
# If left blank the directory from which doxygen is run is used as the
# path to strip.

STRIP_FROM_PATH        = @PROJECT_SOURCE_DIR@

# 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           = 

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.

OUTPUT_DIRECTORY       = @PROJECT_BINARY_DIR@/@doxy_dir@

# 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).

IMAGE_PATH             = @PROJECT_SOURCE_DIR@/@doxy_dir@/images

PREDEFINED             = NEW_PROP_TAG(x)=

# The QUIET tag can be used to turn on/off the messages that are generated
# by doxygen. Possible values are YES and NO.
QUIET                  = NO

# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated by doxygen. Possible values are YES and NO. If left blank
# NO is used.
WARNINGS               = YES
