diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 5e2883a5fe949f3dae0c7021fc571f74f20ab7df..1909f4e6823152c79e20a9808943417635ffb864 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -474,13 +474,8 @@ RECURSIVE              = YES
 # 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                = ../../grid/onedgrid \
-                         ../../grid/uggrid \
-                         ../../grid/test \
-                         ../../istl/test \
-                         ../../istl/paamg/test \
-                         ../../lib/test \
-                         ../../common/test
+EXCLUDE                = ../../istl/test \
+                         ../../istl/paamg/test
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded 
@@ -518,11 +513,7 @@ EXAMPLE_RECURSIVE      = NO
 # directories that contain image that are included in the documentation (see 
 # the \image command).
 
-IMAGE_PATH             = ../../grid/sgrid \
-                         ../../grid/yaspgrid \
-                         ../../grid/common \
-                         ../appl/refelements \
-                         ../refinement
+IMAGE_PATH             =
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should 
 # invoke to filter for each input file. Doxygen will invoke the filter program