diff options
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/src/config.xml b/src/config.xml index 6893283..9f081c4 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1405,23 +1405,21 @@ explicitly to a value larger than 0 to get control over the balance between CPU load and processing speed. ' defval='0' minval='0' maxval='32'/> <option type='string' id='DOT_FONTNAME' format='string' docs=' -By default doxygen will write a font called Helvetica to the output -directory and reference it in all dot files that doxygen generates. -When you want a differently looking font you can specify the font name -using DOT_FONTNAME. You need to make sure dot is able to find the font, -which can be done by putting it in a standard location or by setting the -DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory -containing the font. +By default doxygen will use the Helvetica font for all dot files that +doxygen generates. When you want a differently looking font you can specify +the font name using DOT_FONTNAME. You need to make sure dot is able to find +the font, which can be done by putting it in a standard location or by setting +the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the +directory containing the font. ' defval='Helvetica' depends='HAVE_DOT'/> <option type='int' id='DOT_FONTSIZE' docs=' The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. The default size is 10pt. ' minval='4' maxval='24' defval='10' depends='HAVE_DOT'/> <option type='string' id='DOT_FONTPATH' format='string' docs=' -By default doxygen will tell dot to use the output directory to look for the -FreeSans.ttf font (which doxygen will put there itself). If you specify a -different font using DOT_FONTNAME you can set the path where dot -can find it using this tag. +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 +set the path where dot can find it. ' defval='' depends='HAVE_DOT'/> <option type='bool' id='CLASS_GRAPH' docs=' If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen @@ -1487,7 +1485,9 @@ relations between the files in the directories. <option type='enum' id='DOT_IMAGE_FORMAT' defval='png' docs=' The DOT_IMAGE_FORMAT tag can be used to set the image format of the images generated by dot. Possible values are svg, png, jpg, or gif. -If left blank png will be used. +If left blank png will be used. If you choose svg you need to set +HTML_FILE_EXTENSION to xhtml in order to make the SVG files +visible in IE 9+ (other browsers do not have this requirement). ' depends='HAVE_DOT'> <value name='png'/> <value name='jpg'/> @@ -1497,8 +1497,10 @@ If left blank png will be used. <option type='bool' id='INTERACTIVE_SVG' doc=' If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to enable generation of interactive SVG images that allow zooming and panning. -Note that this requires a modern browser. For Internet Explorer you will need -at least version 9. +Note that this requires a modern browser other than Internet Explorer. +Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you +need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files +visible. Older versions of IE do not have SVG support. ' defval='0' depends='HAVE_DOT'/> <option type='string' id='DOT_PATH' format='dir' docs=' The tag DOT_PATH can be used to specify the path where the dot tool can be |