Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortran 2003: TYPE, BIND(C) (Origin: bugzilla #632543) #3985

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

Fortran 2003: TYPE, BIND(C) (Origin: bugzilla #632543) #3985

doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version unspecified on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2010-10-19 11:38:59 +0000, Daniel Franke wrote:

Created attachment 172700
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.

On 2010-12-19 21:12:07 +0000, Daniel Franke wrote:

*** Bug 568966 has been marked as a duplicate of this bug. ***

On 2010-12-19 21:35:39 +0000, Dimitri van Heesch wrote:

Thanks. I'll include the patch in the next subversion update.

On 2011-01-03 19:01:10 +0000, Dimitri van Heesch wrote:

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.

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant