@INCLUDE = Doxyfile-custom

GENERATE_XML         = 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       = NO

HAVE_DOT             = YES
CLASS_GRAPH          = NO
COLLABORATION_GRAPH  = NO
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}=@xmlonly<mcss:div xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:class=\"\1\">@endxmlonly" \
    "m_enddiv=@xmlonly</mcss:div>@endxmlonly" \
    "m_span{1}=@xmlonly<mcss:span xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:class=\"\1\">@endxmlonly" \
    "m_endspan=@xmlonly</mcss:span>@endxmlonly" \
    "m_class{1}=@xmlonly<mcss:class xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:class=\"\1\" />@endxmlonly" \
    "m_footernavigation=@xmlonly<mcss:footernavigation xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" />@endxmlonly" \
    "m_examplenavigation{2}=@xmlonly<mcss:examplenavigation xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:page=\"\1\" mcss:prefix=\"\2\" />@endxmlonly" \
    "m_keywords{1}=@xmlonly<mcss:search xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:keywords=\"\1\" />@endxmlonly" \
    "m_keyword{3}=@xmlonly<mcss:search xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:keyword=\"\1\" mcss:title=\"\2\" mcss:suffix-length=\"\3\" />@endxmlonly" \
    "m_enum_values_as_keywords=@xmlonly<mcss:search xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:enum-values-as-keywords=\"true\" />@endxmlonly"
