GNOME Bugzilla – Bug 674583
Fortran: continuation by ampersand not placed in code output
Last modified: 2012-05-20 12:10:43 UTC
!> bug continuation by ampersand not placed in code output !! !! The & character after the declaration of i is omitted in !! the code output subroutine bug_continuation_by_ampersand integer ::i, & ! this one is missing j end subroutine
Created attachment 212561 [details] [review] PATCH: place continuation character in output An & (ampersand) was omitted in the code output, fixed by this patch.
Comment on attachment 212561 [details] [review] PATCH: place continuation character in output set patch flag
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.1. 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.
Code included in 1.8.1