After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 634763 - Fortran: external subroutine as dummy argument not recognized
Fortran: external subroutine as dummy argument not recognized
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.2-SVN
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-11-13 16:40 UTC by Daniel Franke
Modified: 2014-12-25 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Franke 2010-11-13 16:40:46 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)
Comment 1 albert 2014-09-07 07:57:26 UTC
I've just pushed a proposed solution to github (pull request 221)
Comment 2 Dimitri van Heesch 2014-09-16 19:28:20 UTC
Thanks, I've pulled in the changes.
Comment 3 Dimitri van Heesch 2014-12-25 16:03:32 UTC
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).