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 634837 - Fortran: Prefix of function overwritten and word function not specified
Fortran: Prefix of function overwritten and word function not specified
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.2-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-11-14 18:22 UTC by albert
Modified: 2011-10-30 20:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
File with bug, current output and desired output (44.56 KB, application/x-zip)
2010-11-14 18:22 UTC, albert
  Details
Patch for correct function prefix and function name (6.35 KB, patch)
2010-11-14 18:37 UTC, albert
none Details | Review

Description albert 2010-11-14 18:22:26 UTC
Created attachment 174448 [details]
File with bug, current output and desired output

In case the data type of a function isn't specified directly in front of the function name but later on the data type will overwrite the prefix of the function. Furthermore the word "function" is missing, with a subroutine the word "subroutine" is present.
In the attachment the used source code (a.f90) to signal the problem, a html tree (html_org) that shows the problem and a html tree (html) that shows the desired solution.
Comment 1 albert 2010-11-14 18:37:46 UTC
Created attachment 174450 [details] [review]
Patch for correct function prefix and function name

This patch contains the bug fix for correcting the overwriting of the prefix of an function name and also adds the word function.
Comment 2 Dimitri van Heesch 2011-06-19 14:05:31 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2011-08-14 14:05:23 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 20:06:12 UTC
Prefixes now appear as expected