[mm-common] Set non-blurry font in skeleton Doxygen config



commit 0fdf05dca74f244f3ff5c2d783ba6840ff85262d
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Wed Jan 6 00:11:00 2010 +0100

    Set non-blurry font in skeleton Doxygen config
    
    * skeletonmm/doc/reference/Doxyfile.in (DOT_FONTNAME): Change to Sans,
    as FreeSans appears to be rather badly hinted at least on my system.
    (TEMPLATE_RELATIONS): Disable to reduce noise.

 skeletonmm/doc/reference/Doxyfile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/skeletonmm/doc/reference/Doxyfile.in b/skeletonmm/doc/reference/Doxyfile.in
index baa984c..ca003ed 100644
--- a/skeletonmm/doc/reference/Doxyfile.in
+++ b/skeletonmm/doc/reference/Doxyfile.in
@@ -259,14 +259,14 @@ CLASS_DIAGRAMS         = YES
 MSCGEN_PATH            =
 HIDE_UNDOC_RELATIONS   = NO
 HAVE_DOT               = YES
-DOT_FONTNAME           = FreeSans
+DOT_FONTNAME           = Sans
 DOT_FONTSIZE           = 10
 DOT_FONTPATH           =
 CLASS_GRAPH            = YES
 COLLABORATION_GRAPH    = NO
 GROUP_GRAPHS           = NO
 UML_LOOK               = NO
-TEMPLATE_RELATIONS     = YES
+TEMPLATE_RELATIONS     = NO
 INCLUDE_GRAPH          = NO
 INCLUDED_BY_GRAPH      = NO
 CALL_GRAPH             = NO



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]