diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2015-04-01 12:38:06 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2015-04-01 12:38:06 +0200 |
commit | e23ed0f0f534bdcf6110162a2c2b4bffd0eea531 (patch) | |
tree | 0e980c822b93e00ddea4e64979448045e286daf9 | |
parent | 9cdde40bba5df907df7a5ee1117d0114e2b0d71a (diff) | |
download | usdx-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/Doxyfile | 2 |
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. |