After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 685623 - enum class broken
enum class broken
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.2
Other Linux
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-10-06 19:47 UTC by Markus Raab
Modified: 2012-12-26 16:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the cpp example which fails to work (1.11 KB, text/x-c++src)
2012-10-06 19:47 UTC, Markus Raab
Details
the doxygen configuration file used (10.81 KB, application/octet-stream)
2012-10-06 19:48 UTC, Markus Raab
Details
the html output missing the values (9.50 KB, text/html)
2012-10-06 19:53 UTC, Markus Raab
Details

Description Markus Raab 2012-10-06 19:47:38 UTC
Created attachment 225955 [details]
the cpp example which fails to work

Hello!

Since update to doxygen 1.8.2 enum class do not show up in the html output anymore. Before (1.8.1.2) they were visible as normal enumerations, only the
"enum class Fruit : unsigned int" did not work. (see attachment)
Now neither the enumeration values, nor their documentation show up.
Comment 1 Markus Raab 2012-10-06 19:48:55 UTC
Created attachment 225956 [details]
the doxygen configuration file used
Comment 2 Markus Raab 2012-10-06 19:53:52 UTC
Created attachment 225957 [details]
the html output missing the values
Comment 3 Dimitri van Heesch 2012-10-27 13:23:56 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 4 Dimitri van Heesch 2012-12-26 16:08:56 UTC
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.