summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-11-02 13:16:02 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-11-02 13:16:02 (GMT)
commit1a7d56df56b4f93b539117c4f76c566da0f6e019 (patch)
tree67de22c0a4cda40289ea1ba2a78cbea97fe12586 /src/config.xml
parentbfe598c49fb7c99c93c84b7fcd7ea8ae8bb00739 (diff)
downloadDoxygen-1a7d56df56b4f93b539117c4f76c566da0f6e019.zip
Doxygen-1a7d56df56b4f93b539117c4f76c566da0f6e019.tar.gz
Doxygen-1a7d56df56b4f93b539117c4f76c566da0f6e019.tar.bz2
Documentation correction for CASE_SENSE_NAMES
In issue #8129 the problem of using different case of filenames was addressed, though in the documentation it was not clear what this meant for input files. This has been corrected (the underlying problem has been handled with different other commits a.o. 2b5a4541fb6f806c02a1f6e65a1ff2610f29751f ).
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/config.xml b/src/config.xml
index b080bec..a97ab53 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -981,12 +981,17 @@ Go to the <a href="commands.html">next</a> section or return to the
<option type='bool' id='CASE_SENSE_NAMES' defval='0' altdefval='Portable::fileSystemIsCaseSensitive()'>
<docs>
<![CDATA[
- If the \c CASE_SENSE_NAMES tag is set to \c NO then doxygen
- will only generate file names in lower-case letters. If set to
- \c YES, upper-case letters are also allowed. This is useful if you have
- classes or files whose names only differ in case and if your file system
- supports case sensitive file names. Windows (including Cygwin) and
- Mac users are advised to set this option to \c NO.
+ With \c CASE_SENSE_NAMES doxygen will be better able to match the
+ capabilities of the underlying file system.
+ In case the files system supports files whose name only differs in the
+ case used, the option must be set to \c YES to properly deal with such input files
+ if they appear in the input, whereas for file systems that are not case
+ sensitive the option should be be set to \c NO to properly deal with output files
+ for symbols that only differ in case, like two classes one named \c CLASS
+ and the other named \c Class and to support references to files without
+ having to specify the correct case.
+
+ On Windows (including Cygwin) and Mac users are advised to set this option to \c NO.
]]>
</docs>
</option>