From 7de53a3e4deea1c62ded4ae883cfe8068c7e0724 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org>
Date: Thu, 14 Jan 2016 07:36:02 +0100
Subject: [PATCH] [doxygen] Add Valgrind to Doxygen documentation

---
 doc/doxygen/Doxylocal    | 7 +++----
 dumux/common/valgrind.hh | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal
index 4b9abcb5d3..02651e7aa2 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 8c66189877..eb968159bd 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
-- 
GitLab