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 766809 - Enumerations heading present but none listed
Enumerations heading present but none listed
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.11
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-05-23 16:04 UTC by damon.carter
Modified: 2016-09-05 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
small test case (4.75 KB, application/x-gzip)
2016-05-23 16:04 UTC, damon.carter
Details

Description damon.carter 2016-05-23 16:04:02 UTC
Created attachment 328396 [details]
small test case

Using Doxygen 1.8.11 (or the latest Git) on C++ code, an Enumeration heading is generated, but there are no enumerations listed. Doxygen 1.8.7 correctly lists the enumerations present.
Comment 1 Dimitri van Heesch 2016-05-23 19:28:49 UTC
This seems to be caused by the setting
HIDE_UNDOC_MEMBERS = YES

So while I'll look for the fix, a workaround you could try is to disable this setting.
Comment 2 damon.carter 2016-05-24 13:07:37 UTC
Yes, setting HIDE_UNDOC_MEMBERS = NO works around this problem. I don't know if I will now have any undocumented members inappropriately exposed.
Comment 3 Dimitri van Heesch 2016-05-25 09:12:31 UTC
I've just pushed a fix to Github.
Comment 4 Dimitri van Heesch 2016-09-05 13:45:52 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.12. 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).