GNOME Bugzilla – Bug 743605
Tagfile anchors not generated for enumeration values
Last modified: 2015-06-27 19:01:57 UTC
Created attachment 295593 [details] Self-contained minimal example Prior to v1.8.8 tagfiles included anchors for enumeration values (<enumvalue> elements), but in v1.8.8 there are generated only if the enum is "strong", i.e. declared as either "enum struct" or "enum class". While this might be fine for C++11 code it's not helpful for plain C code. To reproduce, untar the attached tarball and run ./runme.sh from the created directory.
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.10. 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 (preferably in the form of a self-contained example).