GNOME Bugzilla – Bug 521854
Fortran: More than one dummy argument on 1 line
Last modified: 2011-10-30 19:39:06 UTC
Please describe the problem: The following code: SUBROUTINE tst(a,b) INTEGER a; REAL b END SUBROUTINE results in the following description (both types of type INTEGER): subroutine tst (INTEGER a, INTEGER b ) Steps to reproduce: 1. See description 2. 3. Actual results: See description Expected results: Second argument should have type REAL Does this happen every time? Yes Other information:
Created attachment 173983 [details] [review] patch for multiple argument declarations on one line This patch resets the input string and state in case we are in the Variable state of a ';' character is encountered.
I'll include this patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.4. 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.
No crash anymore