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

corrected paths in DoxyLocal

parent c27b2e73
Branches
Tags
No related merge requests found
# This file contains local changes to the doxygen configuration
# please us '+=' to add file/directories to the lists
PROJECT_NAME = AMDiS
FILE_PATTERNS += *.hpp \
*.cpp \
*.md
......@@ -19,22 +20,22 @@ EXCLUDE_SYMBOLS = AMDiS::Impl \
PREDEFINED += HAVE_UMFPACK \
HAVE_ALBERTA \
HAVE_UG \
AMDIS_BACKEND_MTL
HAVE_MTL
# 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 += @top_srcdir@/dune/amdis \
@top_srcdir@/dune/amdis/assembler \
@top_srcdir@/dune/amdis/common \
@top_srcdir@/dune/amdis/gridfunctions \
@top_srcdir@/dune/amdis/io \
@top_srcdir@/dune/amdis/linear_algebra \
@top_srcdir@/dune/amdis/linear_algebra/mtl \
@top_srcdir@/dune/amdis/operations \
@top_srcdir@/dune/amdis/utility \
INPUT += @top_srcdir@/src/amdis \
@top_srcdir@/src/amdis/assembler \
@top_srcdir@/src/amdis/common \
@top_srcdir@/src/amdis/gridfunctions \
@top_srcdir@/src/amdis/io \
@top_srcdir@/src/amdis/linear_algebra \
@top_srcdir@/src/amdis/linear_algebra/mtl \
@top_srcdir@/src/amdis/operations \
@top_srcdir@/src/amdis/utility \
@top_srcdir@/doc
# see e.g. dune-grid for the examples of mainpage and modules
#INPUT += @srcdir@/mainpage \
......@@ -44,14 +45,14 @@ INPUT += @top_srcdir@/dune/amdis \
# 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 += @top_srcdir@/dune/amdis/test \
@top_srcdir@/dune/amdis/linear_algebra/istl
EXCLUDE += @top_srcdir@/src/amdis/linear_algebra/eigen \
@top_srcdir@/src/amdis/linear_algebra/istl
# 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 += @top_srcdir@/src
EXAMPLE_PATH += @top_srcdir@/examples
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment