Hi Albert,
there is one inconvenience in current Doxygen/Fortran implementation.
Doxygen ignores the case (ok, I can live with that) BUT it does not
ignore the case in automatically created links, i.e., foo() or
module::foo etc. creates a correct link, but FOO() and MODULE::FOO does
not. Would it be possible to modify the code to make the automatic links
in Fortran comment blocks case-insensitive as well? I am sure it is not
as major change as making whole Doxygen/Fortran to keep the case. Thanks :)
Best Regards
Petr Parik
Dne 20.4.2015 v 18:36 albert napsal(a):
> Dear Evgenii,
>
> Please subscribe to the mailing list, maybe you will get more answers.
>
> Currently the Fortran interpreter in doxygen converts everything to lower
> case (as you noted), this is done as Fortran is a case insensitive language
> and otherwise it would be quite hard to link the different items within the
> Fortran part with each other (developers of Fortran code don't always stick
> to a fixed case convention in their code).
> There are plans to keep the case as used in the source code, but it is quite
> a big task to set everything to the right case, so this will happen when
> time permits.
>
> Albert
>
>
>
> --
> View this message in context: http://doxygen.10944.n7.nabble.com/Case-sensitive-in-Fortran-tp7142p7143.html
> Sent from the Doxygen - Users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
|