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

PROJECT_NAME          = "DuMuX" # a hack to get a version number but no title (is in the logo already), also see css (under #projectname)
PROJECT_BRIEF         = "DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media"
PROJECT_LOGO          = @top_srcdir@/doc/logo/dumux_logo_small.png
PROJECT_NUMBER        = @DUNE_MOD_VERSION@

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 \
                         @srcdir@/extradoc/parameterlist.txt

EXCLUDE               += @top_srcdir@/dumux/io/format/fmt

EXAMPLE_PATH          += @srcdir@/extradoc

IMAGE_PATH             = @srcdir@/images

EXTRA_PACKAGES        += amsmath,amssymb,units

LAYOUT_FILE            = @srcdir@/DoxygenDumuxLayout.xml

HTML_HEADER            = @srcdir@/header.html

HTML_EXTRA_STYLESHEET  = @srcdir@/customdoxygendumux.css

HTML_FILE_EXTENSION    = .xhtml

USE_MATHJAX            = YES

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

DOT_GRAPH_MAX_NODES    = 100

DOT_IMAGE_FORMAT       = svg

# uncomment for the website
# SHORT_NAMES           = NO
