GNOME Bugzilla – Bug 707685
Fortran: error message when missing last EOL
Last modified: 2013-12-29 17:27:20 UTC
Created attachment 254346 [details] File with sources showing the EOL Problem When using the standard Doxyfile in version 1.8.5 (fee and fixed format) Fortran files with missing EOL with the last line will give an error message like: ******************************************************************** Error in file .../qq_fix.f line: 2, state: 4 ******************************************************************** ******************************************************************** Error in file .../qq_free.f90 line: 2, state: 4 ******************************************************************** In the attached file there are the following files: qq1_fix.f fixed source form with EOL with last line qq_fix.f fixed source form without EOL with last line qq1_free.f free source form with EOL with last line qq_free.f free source form without EOL with last line
I've pushed my solution to github
Thanks, I'll include the patch in the next GIT update.
*** Bug 709548 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.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 (preferrably in the form of a self-contained example).
In version 1.8.6 error message is gone.