Skip to content

Commit 783550e

Browse files
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents 22452e4 + 38e4281 commit 783550e

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

src/config.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,6 @@ PATH=/Library/TeX/texbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
16201620
<value name='*.hxx'/>
16211621
<value name='*.hpp'/>
16221622
<value name='*.h++'/>
1623-
<value name='*.ixx'/>
16241623
<value name='*.l'/>
16251624
<value name='*.cs'/>
16261625
<value name='*.d'/>

src/translator_nl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class TranslatorDutch : public Translator
131131
{
132132
if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
133133
{
134-
return "Glabale members";
134+
return "Globale members";
135135
}
136136
else
137137
{

src/util.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6115,12 +6115,6 @@ bool genericPatternMatch(const FileInfo &fi,
61156115
bool caseSenseNames = getCaseSenseNames();
61166116
bool found = FALSE;
61176117

6118-
// For platforms where the file system is non case sensitive overrule the setting
6119-
if (!Portable::fileSystemIsCaseSensitive())
6120-
{
6121-
caseSenseNames = FALSE;
6122-
}
6123-
61246118
if (!patList.empty())
61256119
{
61266120
std::string fn = fi.fileName();

0 commit comments

Comments
 (0)