# This file contains local changes to the doxygen configuration
# please us '+=' to add file/directories to the lists

PREDEFINED            += "NEW_PROP_TAG(name)=Property tag name" \
                         "NEW_TYPE_TAG(name)=Type tag name" \
                         HAVE_VALGRIND:=1

INPUT                 += @srcdir@/mainpage.txt \
                         @srcdir@/modules.txt \
                         @top_srcdir@/dumux \
                         @top_srcdir@/test \
                         @top_srcdir@/tutorial \
                         @srcdir@/extradoc/parameterlist.txt \
                         @srcdir@/extradoc/featurelist.txt

EXAMPLE_PATH          += @srcdir@/extradoc

IMAGE_PATH             = @srcdir@/images

EXTRA_PACKAGES        += amsmath,amssymb,units

EXCLUDE_PATTERNS       = 

ALIASES += "warning=\xrefitem warning \"Warning List\" \"Warning List\""

# enable client side searching
SEARCHENGINE           = YES
SERVER_BASED_SEARCH    = NO

# the bibliography file used for the doxygen documentation
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 */" \
                         "DUNE_DEPRECATED_MSG(A):=/** \deprecated A */"
