diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal
index 4b9abcb5d36ad013f52ab082769aafedf059e392..02651e7aa218051633e52ecda511adecf8cbf15f 100644
--- a/doc/doxygen/Doxylocal
+++ b/doc/doxygen/Doxylocal
@@ -1,10 +1,9 @@
 # This file contains local changes to the doxygen configuration
 # please us '+=' to add file/directories to the lists
 
-EXCLUDE_PATTERNS       = */.svn/*
-
 PREDEFINED            += "NEW_PROP_TAG(name)=Property tag name" \
-                         "NEW_TYPE_TAG(name)=Type tag name"
+                         "NEW_TYPE_TAG(name)=Type tag name" \
+                         HAVE_VALGRIND:=1
 
 INPUT                 += @srcdir@/mainpage.txt \
                          @srcdir@/modules.txt \
@@ -30,5 +29,5 @@ CITE_BIB_FILES = @top_srcdir@/doc/handbook/dumux-handbook.bib
 # enable macro expansion only for specified macros
 MACRO_EXPANSION        = YES
 EXPAND_ONLY_PREDEF     = YES
-PREDEFINED             = "DUNE_DEPRECATED:=/** \deprecated */" \
+PREDEFINED             += "DUNE_DEPRECATED:=/** \deprecated */" \
                          "DUNE_DEPRECATED_MSG(A):=/** \deprecated A */"
diff --git a/dumux/common/valgrind.hh b/dumux/common/valgrind.hh
index 8c661898776c908cc9628221e3f11f2bc8726976..eb968159bd59b55ddcf3bff9291469470ae10157 100644
--- a/dumux/common/valgrind.hh
+++ b/dumux/common/valgrind.hh
@@ -80,7 +80,7 @@ inline bool Running()
  * \brief Make valgrind complain if the object occupied by an object
  *        is undefined.
  *
- * Please note that this does not check whether the destinations of
+ * \note This does not check whether the destinations of
  * the object's pointers or references are defined.
  *
  * \tparam T The type of the object which ought to be checked