Fix problem with doxygen (using default font leads to the dot errors) - switch default dot font explicitly to Arial.

This commit is contained in:
vsr 2011-07-20 10:16:19 +00:00
parent 6426baa9f3
commit caee31066a
2 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,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

View File

@ -248,6 +248,7 @@ CALL_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
DOT_FONTNAME = Arial
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024