GNOME Bugzilla – Bug 690341
First enum erroneously named in C++11 strongly typed anonymous enumerations
Last modified: 2012-12-26 16:09:28 UTC
Doxygen replaces the name of the first enumeration in a C++11 strongly typed anonymous enumeration with the the string "__pad0__". This behavior can be reproduced by attempting to generate HTML documentation for the following enumeration: enum: unsigned int { FOO, BAR }; The documentation for this enumeration will replace FOO with __pad0__. Please note this behavior does not seem to occur in strongly typed named enumerations. For example, the following will generate correct documentation: enum Foo: unsigned int { BAR, BAZ }; This behavior has been tested in Doxygen version 1.8.2 on Mac OS X.
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.8.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.