GNOME Bugzilla – Bug 654779
Fortran specific interface is seen as a class with constructor / destructor
Last modified: 2012-11-18 11:12:51 UTC
In case we have the following simple example: subroutine s12(w) integer :: w interface subroutine r1() end subroutine end interface end subroutine Doxygen will generate a class list page for class r1 with accompanying page. On this page r1 is with heading Constructor & Destructor Documentation. The above mentioned specific interface is, in my opinion. like a prototype in the C language and it is not necessary to document it in this way.
Created attachment 192130 [details] [review] Specific interfaces no Constructor etc. anymore Specific interfaces and Generic interfaces with only one element and the name equal to the function in it are removed from the tree. Dimitri thanks for getting the pointers right.
*** Bug 521859 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.5. 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.
Documentation does not contain class list anymore