diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-09-24 20:33:07 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-09-24 20:33:07 (GMT) |
commit | 168b741da042373d667e226cace55c9e82ec8faa (patch) | |
tree | b50a7ace694be7f29ae897c96045f16755d30ef8 /src/config.l | |
parent | cabe22de82107be7b828cb771b1b3c6be4ab8660 (diff) | |
download | Doxygen-168b741da042373d667e226cace55c9e82ec8faa.zip Doxygen-168b741da042373d667e226cace55c9e82ec8faa.tar.gz Doxygen-168b741da042373d667e226cace55c9e82ec8faa.tar.bz2 |
Release-1.2.2
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/config.l b/src/config.l index 5a6f318..0a3302b 100644 --- a/src/config.l +++ b/src/config.l @@ -1,4 +1,4 @@ -/* This file was generated by configgen on Sat Sep 2 10:51:52 2000 +/* This file was generated by configgen on Sun Sep 24 18:38:07 2000 * from config_templ.l * * DO NOT EDIT! @@ -1015,7 +1015,8 @@ void writeTemplateConfig(QFile *f,bool sl) t << "# information to generate all constant output in the proper language. \n"; t << "# The default language is English, other supported languages are: \n"; t << "# Dutch, French, Italian, Czech, Swedish, German, Finnish, Japanese, \n"; - t << "# Korean, Hungarian, Spanish, Russian, Croatian, Polish, and Portuguese.\n"; + t << "# Korean, Hungarian, Spanish, Romanian, Russian, Croatian, Polish, and \n"; + t << "# Portuguese.\n"; t << "\n"; } t << "OUTPUT_LANGUAGE = "; @@ -1193,11 +1194,11 @@ void writeTemplateConfig(QFile *f,bool sl) if (!sl) { t << "\n"; - t << "# If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen \n"; - t << "# will only generate file names in lower case letters. If set to \n"; - t << "# YES upper case letters are also allowed. This is useful if you have \n"; - t << "# classes or files whose names only differ in case and if your file system \n"; - t << "# supports case sensitive file names. \n"; + t << "# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate \n"; + t << "# file names in lower case letters. If set to YES upper case letters are also \n"; + t << "# allowed. This is useful if you have classes or files whose names only differ \n"; + t << "# in case and if your file system supports case sensitive file names. Windows \n"; + t << "# users are adviced to set this option to NO.\n"; t << "\n"; } t << "CASE_SENSE_NAMES = "; @@ -1344,7 +1345,6 @@ void writeTemplateConfig(QFile *f,bool sl) t << "# put the command \\sideeffect (or @sideeffect) in the documentation, which \n"; t << "# will result in a user defined paragraph with heading \"Side Effects:\". \n"; t << "# You can put \\n's in the value part of an alias to insert newlines. \n"; - t << "# Predefined commands cannot be overwritten using aliases. \n"; t << "\n"; } t << "ALIASES = "; |