GNOME Bugzilla – Bug 634763
Fortran: external subroutine as dummy argument not recognized
Last modified: 2014-12-25 16:03:32 UTC
!> @param callback blabla SUBROUTINE s(callback) EXTERNAL callback ! ... CALL callback(...) ! ... END SUBROUTINE Message is: warning: argument 'callback' of command @param is not found in the argument list of s(callback)
I've just pushed a proposed solution to github (pull request 221)
Thanks, I've pulled in the changes.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9. 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).