GNOME Bugzilla – Bug 645423
Fortran: Doxygen doesn't understand protected attribute
Last modified: 2013-01-20 13:35:02 UTC
Created attachment 183966 [details] Screenshot of html output Fortran2003 introduced protected as attribute for module variables and pointers. Doxygen fails to correctly recognise this attribute. In the following example module readOnlyValues implicit none type :: readOnly integer :: valA integer :: valB end type readOnly type(readOnly), protected, save :: rom end module readOnlyValues it instead lists - protected - save - rom as variables of type(readOnly), see attached screen shot. Cheers Marcus
Created attachment 232872 [details] [review] PATCH: enable Protected keyword This patch enables the keyword protected, analogous to the keywords public and private.
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.8.3.1. 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.