GNOME Bugzilla – Bug 669138
Fortran multiple definition statements on line not properly recognized
Last modified: 2012-02-25 20:10:54 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
Created attachment 206817 [details] PATCH for ; between statements supersedes patch bug_669136 Patch for ; between statements supersedes patch bug_669136
Created attachment 206818 [details] [review] PATCH for ; between statements supersedes patch bug_669136 Patch for ; between statements supersedes patch bug_669136
Thanks, I'll include the patch in the next subversion update.
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.
; are handled correctly