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 669138 - Fortran multiple definition statements on line not properly recognized
Fortran multiple definition statements on line not properly recognized
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.6.1-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-01-31 21:05 UTC by albert
Modified: 2012-02-25 20:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH for ; between statements supersedes patch bug_669136 (1.48 KB, application/octet-stream)
2012-02-05 12:21 UTC, albert
  Details
PATCH for ; between statements supersedes patch bug_669136 (1.48 KB, patch)
2012-02-05 12:26 UTC, albert
none Details | Review

Description albert 2012-01-31 21:05:30 UTC
In case of multiple definition statements on a line the second statement is not recognized properly.

Example:

module tst1
  integer, parameter :: ae = 5; real, parameter :: af = 5;
end module

Resulting (html) output :
tst1 Module Reference

List of all members.
Public Attributes
integer, parameter 	ae = 5 real
integer, parameter 	parameter
integer, parameter 	af = 5
Comment 1 albert 2012-02-05 12:21:21 UTC
Created attachment 206817 [details]
PATCH for ; between statements supersedes patch bug_669136

Patch for ; between statements supersedes patch bug_669136
Comment 2 albert 2012-02-05 12:26:59 UTC
Created attachment 206818 [details] [review]
PATCH for ; between statements supersedes patch bug_669136

Patch for ; between statements supersedes patch bug_669136
Comment 3 Dimitri van Heesch 2012-02-05 12:45:02 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 4 Dimitri van Heesch 2012-02-25 15:37:44 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.0. 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 2012-02-25 20:10:54 UTC
; are handled correctly