GNOME Bugzilla – Bug 625518
FORTRAN: Subroutine using variable results shows up as a function
Last modified: 2011-12-08 17:52:29 UTC
Created attachment 166734 [details] Source code Subroutine using variable results shows up as a function. See attached source code and HTML output
Created attachment 166735 [details] HTML output
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.
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.
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.
Checked and works as expected.