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

error state 21 with fortran code (fixed format) (Origin: bugzilla #700381) #5174

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

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component build for ---
Reported in version 1.8.3.1 on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2013-05-15 12:00:36 +0000, Holger wrote:

Created attachment 244307
Zip with two example fortran scripts

Doxygen 1.8.3.1 produces the error


Error in file example_does_not_work.f line: 18, state: 21


when the file example_does_not_work.f is parsed.

I discovered that the problem is the line with the ! (exclamation mark) written in it

  Write(*,'('' this is some text i would like to write to the '',
 +          ''standard output. A number is added to the text '',I4,
 +          '' and given here ! '')')
 +          VARIABLE

When the Write-command is altered to

  Write(*,'('' this is some text i would like to write to the '',
 +          ''standard output. A number is added to the text '',I4,
 +          '' and given here ! ''
 +          )')VARIABLE

as in example_works.f, Doxygen parses the file correctly. Both examples are valid fortran code.

On 2016-01-02 14:25:28 +0000, albert wrote:

I've just pushed a proposed patch to github (pull request 435)

On 2016-01-02 17:15:13 +0000, albert wrote:

Code is integrated in git

On 2016-09-05 13:45:41 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.12. 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 (preferably in the form of a self-contained example).

@doxygen doxygen closed this as completed Jul 2, 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