After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652389 - Fortran: wrong text with detailed function/subroutine section
Fortran: wrong text with detailed function/subroutine section
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-06-12 12:46 UTC by albert
Modified: 2012-11-18 11:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Corrected text for detailed section in case of OPTIMIZED_FOR_FORTRAN set (1.04 KB, patch)
2011-06-12 12:53 UTC, albert
none Details | Review

Description albert 2011-06-12 12:46:27 UTC
In case OPTIMIZED_FOR_FORTRAN is set to YES the text displayed with the Brief description is:
  Functions/Subroutines
and with the detailed description:
  Function Documentation

In my opinion the later should be:
  Function/Subroutine Documentation
Comment 1 albert 2011-06-12 12:53:10 UTC
Created attachment 189760 [details] [review]
Corrected text for detailed section in case of OPTIMIZED_FOR_FORTRAN set

Corrected text for detailed section in case of OPTIMIZED_FOR_FORTRAN set.
In all other places where the routine trFunctionDocumentation was called it was depending on fortranOpt, just not in this case.
Comment 2 Dimitri van Heesch 2011-06-29 20:13:04 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2011-08-14 14:04:33 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.
Comment 4 albert 2011-10-30 18:14:37 UTC
The test Functions/Subroutines is now with brief and detailed description