diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal
index 52404d1cc11a158c5089cbf5dbada4d5dd679b86..a96b4da812fa41f9c1f3fc9fd9e31f7397db2eed 100644
--- a/doc/doxygen/Doxylocal
+++ b/doc/doxygen/Doxylocal
@@ -1,6 +1,7 @@
 # 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