dlang / ddox

Advanced D documentation engine
MIT License
63 stars 21 forks source link

Default to a case insensitive file name stlye on Windows/Mac #178

Open s-ludwig opened 6 years ago

s-ludwig commented 6 years ago

The default file systems on both OSes are case insensitive, so the current default of unaltered will overwrite files for entities with a different case. lowerUnderscored or lowerCase should be the default there instead.

schveiguy commented 6 years ago

Was just coming here to make this enhancement request, thanks :)