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 632543 - Fortran 2003: TYPE, BIND(C)
Fortran 2003: TYPE, BIND(C)
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 568966 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-10-19 11:38 UTC by Daniel Franke
Modified: 2011-01-03 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Recognize, but ignore language bindings for TYPEs. (1.71 KB, patch)
2010-10-19 11:38 UTC, Daniel Franke
none Details | Review

Description Daniel Franke 2010-10-19 11:38:59 UTC
Created attachment 172700 [details] [review]
Recognize, but ignore language bindings for TYPEs.

As of r745, doxygen does not recognise Fortran TYPEs declared with language bindings, e.g.

!>
!> @brief Documentation of TYPE(t).
!>
TYPE, BIND(C) :: t
 !> @brief foo
 INTEGER(C_INT) :: i
 !> @brief bar
 REAL(C_DOUBLE) :: d
END TYPE

The TYPE defintion is ignored and the components 'i' and 'd' are assumed to be in the parent namespace.

Attached patch add recognition of the language-binding, but does not do anything with it.
Comment 1 Daniel Franke 2010-12-19 21:12:07 UTC
*** Bug 568966 has been marked as a duplicate of this bug. ***
Comment 2 Dimitri van Heesch 2010-12-19 21:35:39 UTC
Thanks. I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2011-01-03 19:01:10 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.3. 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.