summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-06-10 14:32:16 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-06-10 14:32:16 (GMT)
commit6bcfa2ef74dee5be64110aa0b06b368d498c9a73 (patch)
treee7d24c06a9c225fe4a29004a178cc28a435cdc67 /src/config.l
parentc2107e15c87bc0b964d333e24ec193c1a2d27335 (diff)
downloadDoxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.zip
Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.tar.gz
Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.tar.bz2
Release-1.2.8.1
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l20
1 files changed, 12 insertions, 8 deletions
diff --git a/src/config.l b/src/config.l
index 061aa93..dd704b0 100644
--- a/src/config.l
+++ b/src/config.l
@@ -453,6 +453,7 @@ static void readIncludeFile(const char *incName)
break;
case ConfigOption::O_Bool:
s = ((ConfigBool *)option)->valueStringRef();
+ s->resize(0);
BEGIN(GetString);
break;
}
@@ -1212,28 +1213,31 @@ void Config::create()
"documentation generated by doxygen is written. Doxygen will use this \n"
"information to generate all constant output in the proper language. \n"
"The default language is English, other supported languages are: \n"
- "Dutch, French, Italian, Czech, Swedish, German, Finnish, Japanese, \n"
- "Korean, Hungarian, Norwegian, Spanish, Romanian, Russian, Croatian, \n"
- "Polish, Portuguese, Brazilian and Slovene.\n",
- "English"
+ "Brazilian, Chinese, Croatian, Czech, Danish, Dutch, Finnish, French, \n"
+ "German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, \n"
+ "Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish.\n",
+ "English"
);
ce->addValue("Brazilian");
+ ce->addValue("Chinese");
ce->addValue("Croatian");
ce->addValue("Czech");
+ ce->addValue("Danish");
ce->addValue("Dutch");
ce->addValue("English");
- ce->addValue("French");
ce->addValue("Finnish");
+ ce->addValue("French");
ce->addValue("German");
ce->addValue("Hungarian");
ce->addValue("Italian");
ce->addValue("Japanese");
ce->addValue("Korean");
ce->addValue("Norwegian");
- ce->addValue("Romanian");
- ce->addValue("Russian");
ce->addValue("Polish");
ce->addValue("Portuguese");
+ ce->addValue("Romanian");
+ ce->addValue("Russian");
+ ce->addValue("Slovak");
ce->addValue("Slovene");
ce->addValue("Spanish");
ce->addValue("Swedish");
@@ -1857,7 +1861,7 @@ void Config::create()
"If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated \n"
"will contain hyperlink fields. The RTF file will \n"
"contain links (just like the HTML output) instead of page references. \n"
- "This makes the output suitable for online browsing using WORD or other. \n"
+ "This makes the output suitable for online browsing using WORD or other \n"
"programs which support those fields. \n"
"Note: wordpad (write) and others do not support links. \n",
FALSE