Skip to content
Snippets Groups Projects
Commit 7de53a3e authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[doxygen] Add Valgrind to Doxygen documentation

parent 288ac351
No related branches found
No related tags found
1 merge request!43Feature/valgrind with cmake
# This file contains local changes to the doxygen configuration # This file contains local changes to the doxygen configuration
# please us '+=' to add file/directories to the lists # please us '+=' to add file/directories to the lists
EXCLUDE_PATTERNS = */.svn/*
PREDEFINED += "NEW_PROP_TAG(name)=Property tag name" \ 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 \ INPUT += @srcdir@/mainpage.txt \
@srcdir@/modules.txt \ @srcdir@/modules.txt \
...@@ -30,5 +29,5 @@ CITE_BIB_FILES = @top_srcdir@/doc/handbook/dumux-handbook.bib ...@@ -30,5 +29,5 @@ CITE_BIB_FILES = @top_srcdir@/doc/handbook/dumux-handbook.bib
# enable macro expansion only for specified macros # enable macro expansion only for specified macros
MACRO_EXPANSION = YES MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES EXPAND_ONLY_PREDEF = YES
PREDEFINED = "DUNE_DEPRECATED:=/** \deprecated */" \ PREDEFINED += "DUNE_DEPRECATED:=/** \deprecated */" \
"DUNE_DEPRECATED_MSG(A):=/** \deprecated A */" "DUNE_DEPRECATED_MSG(A):=/** \deprecated A */"
...@@ -80,7 +80,7 @@ inline bool Running() ...@@ -80,7 +80,7 @@ inline bool Running()
* \brief Make valgrind complain if the object occupied by an object * \brief Make valgrind complain if the object occupied by an object
* is undefined. * 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. * the object's pointers or references are defined.
* *
* \tparam T The type of the object which ought to be checked * \tparam T The type of the object which ought to be checked
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment