GNOME Bugzilla – Bug 634837
Fortran: Prefix of function overwritten and word function not specified
Last modified: 2011-10-30 20:06:12 UTC
Created attachment 174448 [details] File with bug, current output and desired output In case the data type of a function isn't specified directly in front of the function name but later on the data type will overwrite the prefix of the function. Furthermore the word "function" is missing, with a subroutine the word "subroutine" is present. In the attachment the used source code (a.f90) to signal the problem, a html tree (html_org) that shows the problem and a html tree (html) that shows the desired solution.
Created attachment 174450 [details] [review] Patch for correct function prefix and function name This patch contains the bug fix for correcting the overwriting of the prefix of an function name and also adds the word function.
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.7.5. 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.
Prefixes now appear as expected