Re: [Doxygen-users] The lowercase problem when using the Doxygen with Fortran

2014-01-13 Thread michael.lee.rilee
We're using Doxygen for pFUnit , a unit-testing framework for Fortran. For our coding convention, we extensively use CamelCase. Forcing the text to lowercase in both the URL and the display text makes the documentation inconsistent with the code and much harder t

Re: [Doxygen-users] The lowercase problem when using the Doxygen with Fortran

2012-09-29 Thread Albert
Dear Aziz, In version 1.7.4 the links were not correct when having a subroutine getX and a call getx Albert On Sat, Sep 29, 2012 at 8:06 PM, aziz wrote: > Thank you Albert. But there is no problem in Doxygen version 1.7.4. > Currently, I use version 1.8.1.1. > > Aziz. > > > > On 9/29/12 10:48 A

Re: [Doxygen-users] The lowercase problem when using the Doxygen with Fortran

2012-09-29 Thread Albert
Hi Aziz, Fortran is a case insensitive language and therefor a lot of names etc. are converted to lowercase to make it possible to make hyperlinks etc. The only solution would be to convert the search strategy for hyperlinks etc, but you will have problems e.g. when having mixed language programm

[Doxygen-users] The lowercase problem when using the Doxygen with Fortran

2012-09-29 Thread aziz
Hi, I am using the Doxygen with Fortran. I downloaded the latest version and use it on my Mac. I then generated the HTML document from the Fortran code. Surprisingly, I found that the letters in the HTML document were not shown as I expected. For example, the function name in my code is getX but th