summaryrefslogtreecommitdiff
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-11-08 22:58:44 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-11-09 01:09:11 +0300
commitaea1aa34b223c1bdd5e232b4c33c057a13a51d6e (patch)
tree51c97c2bd508ee6c563325264fd93b82185e5e69 /doxygen.cfg.in
parent43419e404b27d8069e0accb0a9e13b9fc4ac1023 (diff)
doxygen.cfg.in: Do not use FreeSans as dot fontname
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 204582f2..314b2603 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -2310,7 +2310,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.