]> git.tuebingen.mpg.de Git - paraslash.git/commit
web: Clear DOT_FONTNAME in Doxyfile.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 9 Jun 2015 17:42:31 +0000 (19:42 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 14 Oct 2015 21:01:52 +0000 (23:01 +0200)
commitcad509560a006cd443b0d004793a018d82c17a7d
tree3cad311d405d081d546116b3f1e1a411669129ff
parentfe929a96174e4fe08f5c105f4eeb318c93fd041a
web: Clear DOT_FONTNAME in Doxyfile.

Doxygen-1.8.6. warns about DOT_FONTNAME being set:

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.

The warning is harmless because the DOT_FONTNAME option has no effect
in our setup because HAVE_DOT is set to "NO". Setting DOT_FONTNAME
to the empty string, as recommended in the explanatory text after
the warning, silences the warning.
Doxyfile