From: vsr Date: Wed, 20 Jul 2011 10:11:37 +0000 (+0000) Subject: Fix problem with doxygen (using default font leads to the dot errors) - switch defaul... X-Git-Tag: V6_main_20110721 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7031770f3f8d733da863a052cdc5b41982d6ae30;p=modules%2Fvisu.git Fix problem with doxygen (using default font leads to the dot errors) - switch default dot font explicitly to Arial. --- diff --git a/doc/salome/gui/VISU/doxyfile_idl.in b/doc/salome/gui/VISU/doxyfile_idl.in index 4f8b50ba..4738e544 100755 --- a/doc/salome/gui/VISU/doxyfile_idl.in +++ b/doc/salome/gui/VISU/doxyfile_idl.in @@ -143,6 +143,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 diff --git a/doc/salome/tui/doxyfile.in b/doc/salome/tui/doxyfile.in index 37d55dce..1da7cc7c 100755 --- a/doc/salome/tui/doxyfile.in +++ b/doc/salome/tui/doxyfile.in @@ -247,6 +247,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