GNOME Bugzilla – Bug 606772
typedef struct using same name hidden regardless of TYPEDEF_HIDES_STRUCT
Last modified: 2010-02-21 12:57:35 UTC
Given the following code: typedef struct _diffName {} diffName; typedef struct sameName {} sameName; When TYPEDEF_HIDES_STRUCT is set to "YES", the generated Doxygen XML contains the following: struct diffName struct sameName When TYPEDEF_HIDES_STRUCT is set to "NO", the generated Doxygen XML contains the following: struct _diffName struct sameName typedef diffName With TYPEDEF_HIDES_STRUCT set to "NO", I would also expect a "typedef sameName" to be included in the Doxygen XML.
Created attachment 151281 [details] source file and doxyfile_*.cfg files to reproduce
*** Bug 608493 has been marked as a duplicate of this bug. ***
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.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.