GNOME Bugzilla – Bug 632543
Fortran 2003: TYPE, BIND(C)
Last modified: 2011-01-03 19:01:10 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.
*** Bug 568966 has been marked as a duplicate of this bug. ***
Thanks. I'll include the patch in the next subversion update.
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.