#--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "futils" PROJECT_BRIEF = "" PROJECT_LOGO = img/epfl_logo.png OUTPUT_DIRECTORY = ./ OPTIMIZE_FOR_FORTRAN = YES ENABLE_PREPROCESSING = YES MACRO_EXPANSION = YES #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- EXTRACT_ALL = YES EXTRACT_PRIVATE = YES #--------------------------------------------------------------------------- # Configuration options related to the input files #--------------------------------------------------------------------------- INPUT = ../../src/ # Fortran sources FILE_PATTERNS = *.f90 *.F90 *.tpl *.c RECURSIVE = YES #--------------------------------------------------------------------------- # Configuration options related to source browsing #--------------------------------------------------------------------------- SOURCE_BROWSER = NO #--------------------------------------------------------------------------- # Configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = html HTML_DYNAMIC_SECTIONS = YES USE_MATHJAX = YES MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest GENERATE_TREEVIEW = YES HTML_FOOTER = customfooter.html HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css custom.css HTML_COLORSTYLE_HUE = 209 HTML_COLORSTYLE_SAT = 255 HTML_COLORSTYLE_GAMMA = 113 #--------------------------------------------------------------------------- # Configuration options related to the LaTeX output #--------------------------------------------------------------------------- GENERATE_LATEX = NO #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = YES HAVE_DOT = YES CALL_GRAPH = YES CALLER_GRAPH = YES DOT_GRAPH_MAX_NODES = 60 DOT_IMAGE_FORMAT = svg #--------------------------------------------------------------------------- # List of user-defined commands #--------------------------------------------------------------------------- ALIASES += "merge=\xrefitem merge \"Merge comments\" \"Merge comments\"" DISTRIBUTE_GROUP_DOC = YES