@INCLUDE = Doxyfile-custom

GENERATE_HTML          = YES
# If you need this to be YES, exhale will probably break.
CREATE_SUBDIRS         = NO
# So that only Doxygen does not trim paths, which affects the File hierarchy
FULL_PATH_NAMES        = YES

CLASS_DIAGRAMS       = YES

HAVE_DOT             = YES
CLASS_GRAPH          = YES
COLLABORATION_GRAPH  = YES
UML_LOOK             = NO
DOT_TRANSPARENT      = YES
DOT_IMAGE_FORMAT     = svg

##! M_SHOW_UNDOCUMENTED = YES 

##! M_LINKS_NAVBAR1 = "getting-started building cmake custom-buildsystems"
##! M_LINKS_NAVBAR2 = files annotated namespaces 
##! M_PAGE_FINE_PRINT = "<p>Atlas docs. Part of the <a href="https://confluence.ecmwf.int/display/ATLAS/">Atlas project</a>, copyright © <a href="http://ecmwf.int">ECMWF</a><br />Generated by <a href="https://doxygen.org/">Doxygen</a> and <a href="https://mcss.mosra.cz/">m.css</a>. Contact the team via <a href="https://github.com/ecmwf/atlas">GitHub</a>.</p>"

# M_FAVICON = doc/favicon.ico

##! M_MAIN_PROJECT_URL = https://confluence.ecmwf.int/display/ATLAS

ALIASES += \
    "m_div{1}=" \
    "m_enddiv=" \
    "m_span{1}=" \
    "m_endspan=" \
    "m_class{1}=" \
    "m_footernavigation=" \
    "m_examplenavigation{2}=" \
    "m_keywords{1}=" \
    "m_keyword{3}=" \
    "m_enum_values_as_keywords="
