GNOME Bugzilla – Bug 625602
FORTRAN: comment in subroutine argument list
Last modified: 2016-09-07 09:16:46 UTC
Created attachment 166786 [details] Source code In case one specifies comments or empty lines between the arguments of a subroutine (on seperate lines) this comment should be skipped but it is not. It is handled in a strange was (see attachements with source code and html output). Example code: subroutine sub( 1 x) integer x end subroutine sub1( C comment 1 x) integer x end
Created attachment 166787 [details] HTML output
This is a similar situation as with bug_742452, the handling of empty lines and comment lines in case of continuation lines. bug_742745 is addressing free formatted code, and this is fixed formatted code. Solution will be similar.
I've just pushed a proposed patch to github (pull request 508)
Code has been integrated in the master branch on github.
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).