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 625518 - FORTRAN: Subroutine using variable results shows up as a function
FORTRAN: Subroutine using variable results shows up as a function
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-07-28 19:33 UTC by albert
Modified: 2011-12-08 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source code (77 bytes, application/octet-stream)
2010-07-28 19:33 UTC, albert
  Details
HTML output (2.36 KB, text/html)
2010-07-28 19:34 UTC, albert
  Details
Patch to check if RESULT is on the function line or not (1.98 KB, patch)
2011-10-19 17:06 UTC, albert
none Details | Review

Description albert 2010-07-28 19:33:51 UTC
Created attachment 166734 [details]
Source code

Subroutine using variable results shows up as a function. See attached source code and HTML output
Comment 1 albert 2010-07-28 19:34:32 UTC
Created attachment 166735 [details]
HTML output
Comment 2 albert 2011-10-19 17:06:33 UTC
Created attachment 199454 [details] [review]
Patch to check if RESULT is on the function line or not

Patch to see if result(<var>) is on the same line as the function statement -> result type otherwise it is just and array.
Comment 3 Dimitri van Heesch 2011-10-29 14:55:52 UTC
Hi Albert,

I'll include your patch in the next subversion update.
Note that I renamed function_line to functionLine and made it a bool instead of an int for consistency.
Comment 4 Dimitri van Heesch 2011-12-03 18:23:06 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.6. 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 5 albert 2011-12-08 17:52:29 UTC
Checked and works as expected.