Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortran: continuation by ampersand not placed in code output (Origin: bugzilla #674583) #4676

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status VERIFIED severity normal in component general for ---
Reported in version 1.8.0-SVN on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2012-04-22 18:30:50 +0000, albert wrote:

!> 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

On 2012-04-22 18:34:58 +0000, albert wrote:

Created attachment 212561
PATCH: place continuation character in output

An & (ampersand) was omitted in the code output, fixed by this patch.

On 2012-04-22 18:36:10 +0000, albert wrote:

Comment on attachment 212561
PATCH: place continuation character in output

set patch flag

On 2012-04-29 18:52:59 +0000, Dimitri van Heesch wrote:

Thanks, I'll include the patch in the next subversion update.

On 2012-05-19 12:27:07 +0000, Dimitri van Heesch wrote:

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.

On 2012-05-20 12:10:43 +0000, albert wrote:

Code included in 1.8.1

@doxygen doxygen closed this as completed Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant