Skip to content
Snippets Groups Projects
Commit 5cccd9a5 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

corrected paths in DoxyLocal

parent c27b2e73
No related branches found
No related tags found
No related merge requests found
# This file contains local changes to the doxygen configuration # This file contains local changes to the doxygen configuration
# please us '+=' to add file/directories to the lists # please us '+=' to add file/directories to the lists
PROJECT_NAME = AMDiS
FILE_PATTERNS += *.hpp \ FILE_PATTERNS += *.hpp \
*.cpp \ *.cpp \
*.md *.md
...@@ -19,22 +20,22 @@ EXCLUDE_SYMBOLS = AMDiS::Impl \ ...@@ -19,22 +20,22 @@ EXCLUDE_SYMBOLS = AMDiS::Impl \
PREDEFINED += HAVE_UMFPACK \ PREDEFINED += HAVE_UMFPACK \
HAVE_ALBERTA \ HAVE_ALBERTA \
HAVE_UG \ HAVE_UG \
AMDIS_BACKEND_MTL HAVE_MTL
# The INPUT tag can be used to specify the files and/or directories that contain # 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 # documented source files. You may enter file names like "myfile.cpp" or
# directories like "/usr/src/myproject". Separate the files or directories # directories like "/usr/src/myproject". Separate the files or directories
# with spaces. # with spaces.
INPUT += @top_srcdir@/dune/amdis \ INPUT += @top_srcdir@/src/amdis \
@top_srcdir@/dune/amdis/assembler \ @top_srcdir@/src/amdis/assembler \
@top_srcdir@/dune/amdis/common \ @top_srcdir@/src/amdis/common \
@top_srcdir@/dune/amdis/gridfunctions \ @top_srcdir@/src/amdis/gridfunctions \
@top_srcdir@/dune/amdis/io \ @top_srcdir@/src/amdis/io \
@top_srcdir@/dune/amdis/linear_algebra \ @top_srcdir@/src/amdis/linear_algebra \
@top_srcdir@/dune/amdis/linear_algebra/mtl \ @top_srcdir@/src/amdis/linear_algebra/mtl \
@top_srcdir@/dune/amdis/operations \ @top_srcdir@/src/amdis/operations \
@top_srcdir@/dune/amdis/utility \ @top_srcdir@/src/amdis/utility \
@top_srcdir@/doc @top_srcdir@/doc
# see e.g. dune-grid for the examples of mainpage and modules # see e.g. dune-grid for the examples of mainpage and modules
#INPUT += @srcdir@/mainpage \ #INPUT += @srcdir@/mainpage \
...@@ -44,14 +45,14 @@ INPUT += @top_srcdir@/dune/amdis \ ...@@ -44,14 +45,14 @@ INPUT += @top_srcdir@/dune/amdis \
# 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
# 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.
EXCLUDE += @top_srcdir@/dune/amdis/test \ EXCLUDE += @top_srcdir@/src/amdis/linear_algebra/eigen \
@top_srcdir@/dune/amdis/linear_algebra/istl @top_srcdir@/src/amdis/linear_algebra/istl
# The EXAMPLE_PATH tag can be used to specify one or more files or # The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see # directories that contain example code fragments that are included (see
# the \include command). # the \include command).
EXAMPLE_PATH += @top_srcdir@/src EXAMPLE_PATH += @top_srcdir@/examples
# The IMAGE_PATH tag can be used to specify one or more files or # 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 # directories that contain image that are included in the documentation (see
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment