aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-04-01 12:38:06 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-04-01 12:38:06 +0200
commite23ed0f0f534bdcf6110162a2c2b4bffd0eea531 (patch)
tree0e980c822b93e00ddea4e64979448045e286daf9
parent9cdde40bba5df907df7a5ee1117d0114e2b0d71a (diff)
downloadusdx-e23ed0f0f534bdcf6110162a2c2b4bffd0eea531.tar.gz
usdx-e23ed0f0f534bdcf6110162a2c2b4bffd0eea531.tar.xz
usdx-e23ed0f0f534bdcf6110162a2c2b4bffd0eea531.zip
doc: Change dot font to DejaVu.
With the old config, doxygen issues the following 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.
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 097b34da..4776502a 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -2053,7 +2053,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 = DejaVu Sans
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.