Doxygen: unset DOT_FONTNAME

Fix warning:
warning: doxygen no longer ships with the FreeSans font.
You may want to clear or change DOT_FONTNAME.
Otherwise you run the risk that the wrong font is being used for dot generated graphs.
This commit is contained in:
Ludovic Rousseau 2020-05-22 10:02:37 +02:00
parent 357ae384af
commit fa78e8b883

View file

@ -2204,7 +2204,7 @@ DOT_NUM_THREADS = 0
# The default value is: Helvetica.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTNAME = FreeSans
DOT_FONTNAME =
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.