summaryrefslogtreecommitdiffstats
path: root/src/configoptions.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-01-03 18:43:15 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-01-03 18:43:15 (GMT)
commit38de39f102c03a52de4c9bb4875125745abce622 (patch)
treec44fd80159115f91bacbc05dd72e77e5a6788e84 /src/configoptions.cpp
parentfe6ff0cfd058b1b09bf389dd2c20be317183e094 (diff)
downloadDoxygen-38de39f102c03a52de4c9bb4875125745abce622.zip
Doxygen-38de39f102c03a52de4c9bb4875125745abce622.tar.gz
Doxygen-38de39f102c03a52de4c9bb4875125745abce622.tar.bz2
Release-1.7.3
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r--src/configoptions.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp
index 99c33c3..8522389 100644
--- a/src/configoptions.cpp
+++ b/src/configoptions.cpp
@@ -87,7 +87,7 @@ void addConfigOptions(Config *cfg)
"Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,\n"
"Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English\n"
"messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,\n"
- "Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,\n"
+ "Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,\n"
"Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.",
"English"
);
@@ -413,7 +413,7 @@ void addConfigOptions(Config *cfg)
"For small to medium size projects (<1000 input files) the default value is\n"
"probably good enough. For larger projects a too small cache size can cause\n"
"doxygen to be busy swapping symbols to and from disk most of the time\n"
- "causing a significant performance penality.\n"
+ "causing a significant performance penalty.\n"
"If the system has enough physical memory increasing the cache will improve the\n"
"performance by keeping more symbols in memory. Note that the value works on\n"
"a logarithmic scale so increasing the size by one will roughly double the\n"
@@ -879,7 +879,7 @@ void addConfigOptions(Config *cfg)
cb = cfg->addBool(
"EXCLUDE_SYMLINKS",
"The EXCLUDE_SYMLINKS tag can be used select whether or not files or\n"
- "directories that are symbolic links (a Unix filesystem feature) are excluded\n"
+ "directories that are symbolic links (a Unix file system feature) are excluded\n"
"from the input.",
FALSE
);
@@ -2080,7 +2080,7 @@ void addConfigOptions(Config *cfg)
"By default doxygen will write a font called Helvetica to the output\n"
"directory and reference it in all dot files that doxygen generates.\n"
"When you want a differently looking font you can specify the font name\n"
- "using DOT_FONTNAME. You need need to make sure dot is able to find the font,\n"
+ "using DOT_FONTNAME. You need to make sure dot is able to find the font,\n"
"which can be done by putting it in a standard location or by setting the\n"
"DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory\n"
"containing the font."
@@ -2213,7 +2213,7 @@ void addConfigOptions(Config *cfg)
ce = cfg->addEnum(
"DOT_IMAGE_FORMAT",
"The DOT_IMAGE_FORMAT tag can be used to set the image format of the images\n"
- "generated by dot. Possible values are png, jpg, or gif.\n"
+ "generated by dot. Possible values are png, svg, gif or svg.\n"
"If left blank png will be used.",
"png"
);