diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-11-06 19:00:58 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-11-06 19:00:58 (GMT) |
commit | be602ee76006d9b8b0f6e5e75114f2ce34f7773e (patch) | |
tree | 0a8fa55f942d3a0e2f845bc77e6a357b9fb1c1c7 /src/config.xml | |
parent | 8a48f6c3f4827171edf41a40bfdbc03e53d9be6b (diff) | |
download | Doxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.zip Doxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.tar.gz Doxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.tar.bz2 |
Release-1.7.2-20101106
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/config.xml b/src/config.xml index 6441508..be324a4 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1267,15 +1267,15 @@ instead of the = operator. If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this tag can be used to specify a list of macro names that should be expanded. The macro definition that is found in the sources will be used. -Use the PREDEFINED tag if you want to use a different macro definition. +Use the PREDEFINED tag if you want to use a different macro definition that +overrules the definition found in the source code. ' depends='ENABLE_PREPROCESSING'> </option> <option type='bool' id='SKIP_FUNCTION_MACROS' docs=' If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then -doxygen's preprocessor will remove all function-like macros that are alone -on a line, have an all uppercase name, and do not end with a semicolon. Such -function macros are typically used for boiler-plate code, and will confuse -the parser if not removed. +doxygen's preprocessor will remove all references to function-like macros +that are alone on a line, have an all uppercase name, and do not end with a +semicolon, because these will confuse the parser if not removed. ' defval='1' depends='ENABLE_PREPROCESSING'/> </group> <group name='External' docs='Configuration::additions related to external references'> @@ -1350,15 +1350,14 @@ 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 FreeSans.ttf to the output -directory and reference it in all dot files that doxygen generates. This -font does not include all possible unicode characters however, so when you need -these (or just want a differently looking font) you can specify the font name +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 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='FreeSans.ttf' depends='HAVE_DOT'/> +' 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. @@ -1438,6 +1437,7 @@ If left blank png will be used. <value name='png'/> <value name='jpg'/> <value name='gif'/> + <value name='svg'/> </option> <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 |