diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-06-11 19:18:53 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-06-11 19:18:53 (GMT) |
commit | d9a90d835380677cee515820728bc759ee83e580 (patch) | |
tree | 7b19085307d2b34a8612faeea73c6477c8017822 | |
parent | 7edbf2b2e705eccc0d99cce86149228473bc7f3e (diff) | |
parent | e32121ab1fb261464356ce2352c08930f942f805 (diff) | |
download | Doxygen-d9a90d835380677cee515820728bc759ee83e580.zip Doxygen-d9a90d835380677cee515820728bc759ee83e580.tar.gz Doxygen-d9a90d835380677cee515820728bc759ee83e580.tar.bz2 |
Merge pull request #179 from jwakely/patch-2
Fix typo
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index 4d93ee5..f228ca4 100644 --- a/src/config.xml +++ b/src/config.xml @@ -3076,7 +3076,7 @@ to be found in the default search path. <option type='string' id='DOT_FONTNAME' format='string' defval='Helvetica' depends='HAVE_DOT'> <docs> <![CDATA[ - When you want a differently looking font n the dot files that doxygen generates + When you want a differently looking font in the dot files that doxygen generates you can specify the font name using \c 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 |