diff --git a/doc/Doxyfile b/doc/Doxyfile
index 10e22277576098ba42a1cabe8845aa004449c8e1..b5f97335429651799dffd01cc9d5f64b0b23f3f6 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -390,7 +390,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                = 
+EXCLUDE                =  ../grid/onedgrid \
+                          ../grid/uggrid
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.