From 55a7f87c63d70f9f50c3ab9b1a09c470ab860157 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 20 Jul 2011 10:09:38 +0000 Subject: [PATCH] Fix problem with doxygen (using default font leads to the dot errors) - switch default dot font explicitly to Arial. --- doc/salome/gui/doxyfile.in | 1 + doc/salome/tui/doxyfile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/salome/gui/doxyfile.in b/doc/salome/gui/doxyfile.in index 982691a60..08cfd0c5a 100644 --- a/doc/salome/gui/doxyfile.in +++ b/doc/salome/gui/doxyfile.in @@ -236,6 +236,7 @@ CALL_GRAPH = NO GRAPHICAL_HIERARCHY = NO DIRECTORY_GRAPH = NO DOT_IMAGE_FORMAT = jpg +DOT_FONTNAME = Arial DOT_PATH = DOTFILE_DIRS = MAX_DOT_GRAPH_WIDTH = 1024 diff --git a/doc/salome/tui/doxyfile.in b/doc/salome/tui/doxyfile.in index e1ec3483f..37dc1d453 100644 --- a/doc/salome/tui/doxyfile.in +++ b/doc/salome/tui/doxyfile.in @@ -225,6 +225,7 @@ CALL_GRAPH = NO GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES DOT_IMAGE_FORMAT = jpg +DOT_FONTNAME = Arial DOT_PATH = DOTFILE_DIRS = MAX_DOT_GRAPH_WIDTH = 1024 -- 2.39.2