gnucash trunk: remove DOT_FONTNAME setting; FreeSans isn't included anymore, and we don't even use "dot"

Derek Atkins warlord at code.gnucash.org
Thu Feb 6 12:55:39 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/d15f4633 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8ad64d62 (commit)



commit d15f463387ef2cbdb47c711424726d1326930145
Author: Derek Atkins <derek at ihtfp.com>
Date:   Wed Feb 5 10:20:16 2014 -0500

    remove DOT_FONTNAME setting; FreeSans isn't included anymore, and we don't even use "dot"

diff --git a/src/doc/doxygen.cfg.in b/src/doc/doxygen.cfg.in
index 6dd9f30..0907011 100644
--- a/src/doc/doxygen.cfg.in
+++ b/src/doc/doxygen.cfg.in
@@ -1682,7 +1682,7 @@ DOT_NUM_THREADS        = 0
 # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
 # directory containing the font.
 
-DOT_FONTNAME           = FreeSans
+DOT_FONTNAME           =
 
 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
 # The default size is 10pt.



Summary of changes:
 src/doc/doxygen.cfg.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list