Changed font size for dot graphs

This commit is contained in:
Kristian Sloth Lauszus 2013-08-14 01:25:38 +02:00
parent 986fb62320
commit 8f07b67ce0

View file

@ -761,7 +761,7 @@ EXAMPLE_PATH =
# and *.h) to filter out the source-files in the directories. If left # and *.h) to filter out the source-files in the directories. If left
# blank all files are included. # blank all files are included.
EXAMPLE_PATTERNS = * EXAMPLE_PATTERNS =
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude # searched for input files to be used with the \include or \dontinclude
@ -1767,7 +1767,7 @@ DOT_FONTNAME = Helvetica
# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
# The default size is 10pt. # The default size is 10pt.
DOT_FONTSIZE = 6 DOT_FONTSIZE = 10
# By default doxygen will tell dot to use the Helvetica font. # By default doxygen will tell dot to use the Helvetica font.
# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to # If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to