[Doxygen-users] case-sensitive names in Fortran

2018-04-08 Thread Jörg Stiller
Hi, using Doxygen already for a couple of years, I happily acknowledge the steadily improving Fortran support. Great thanks to Dimitri and all other contributors! Yet, I find difficult to arrange with the imperative conversion of names to lower case. I see the motivation that Fortran is a case

Re: [Doxygen-users] Case sensitive names

2014-12-09 Thread Albert
Dear Petr, One of the things on the list is keeping the case of the variable, but this is not easy as it also involves changing quite a bit in changing the search strategy as well. Same accounts (especially for multi language programs) changing all the names to uppercase or having an extra switch

Re: [Doxygen-users] Case sensitive names

2014-12-05 Thread albert
Dear Petr, For the, internal, search algorithm it was necessary (or better said currently the easiest way) to convert all names to lower case. This is a bit of an inconvenience and should be changed in the future (when time permits). Albert -- View this message in context: http://doxygen.1094

[Doxygen-users] Case sensitive names

2014-12-05 Thread Petr Parik
Hello, I use Doxygen 1.8.8 on Windows x64 for documenting Fortran code. The problem is it automatically lowercases all function/subroutine/variable names (except in headings). Is there a way to keep the names uppercase? Thanks, Petr Parik --