summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-07-04 18:58:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-07-04 18:58:02 (GMT)
commitc1605e5b6df0248e8dae3a578a89885f26b41c88 (patch)
tree664f7eba133cf2b4d4e8add25229777806fc9b8c /src/config.l
parent6b195c8d27c7cba3885acf1540f33ea7f51b9d1b (diff)
downloadDoxygen-c1605e5b6df0248e8dae3a578a89885f26b41c88.zip
Doxygen-c1605e5b6df0248e8dae3a578a89885f26b41c88.tar.gz
Doxygen-c1605e5b6df0248e8dae3a578a89885f26b41c88.tar.bz2
Release-1.3.7-20040704
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/config.l b/src/config.l
index 59260ea..5b644a3 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1348,7 +1348,7 @@ void Config::create()
cb = addBool(
"CREATE_SUBDIRS",
"If the CREATE_SUBDIRS tag is set to YES, then doxygen will create \n"
- "2 levels of 10 sub-directories under the output directory of each output \n"
+ "4096 sub-directories (in 2 levels) under the output directory of each output \n"
"format and will distribute the generated files over these directories. \n"
"Enabling this option can be useful when feeding doxygen a huge amount of source \n"
"files, where putting all generated files in the same directory would otherwise \n"
@@ -1361,10 +1361,11 @@ 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"
- "Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, \n"
- "Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en \n"
- "(Japanese with English messages), Korean, Korean-en, Norwegian, Polish, Portuguese, \n"
- "Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.\n",
+ "Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, \n"
+ "Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, \n"
+ "Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian, \n"
+ "Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, \n"
+ "Swedish, and Ukrainian.\n",
"English"
);
#ifdef LANG_BR
@@ -1513,7 +1514,7 @@ void Config::create()
"If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full \n"
"path before files name in the file list and in the header files. If set \n"
"to NO the shortest path that makes the file name unique will be used. \n",
- FALSE
+ TRUE
);
cl = addList(
"STRIP_FROM_PATH",