Kinda silly to require that even for the XML output, where Graphviz
doesn't actually need to be used at all -- the content/files are pasted
verbatim.
DOT_FONTNAME = Source Sans Pro
DOT_FONTSIZE = 16.0
+ # Required to be explicitly set since Doxygen 1.9.2, otherwise the graphs
+ # won't be included in the output
+ HAVE_DOT = YES
See documentation of the `m.dot <{filename}/plugins/plots-and-graphs.rst#graphs>`_
plugin for detailed information about behavior and supported features.
DOTFILE_DIRS = .
DOT_FONTNAME = DejaVu Sans
DOT_FONTSIZE = 16
+# Needs to be set since 1.9.2, before that the dot output was included in the
+# XML unconditionally. Funny since passing the data to the XML doesn't actually
+# need Graphviz at all.
+HAVE_DOT = YES
##! M_PAGE_FINE_PRINT =
##! M_THEME_COLOR =
DOTFILE_DIRS = .
DOT_FONTNAME = DejaVu Sans
DOT_FONTSIZE = 16
+# Needs to be set since 1.9.2, before that the dot output was included in the
+# XML unconditionally. Funny since passing the data to the XML doesn't actually
+# need Graphviz at all.
+HAVE_DOT = YES
##! M_PAGE_FINE_PRINT =
##! M_THEME_COLOR =