GNOME Bugzilla – Bug 766809
Enumerations heading present but none listed
Last modified: 2016-09-05 13:45:52 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.
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.
Yes, setting HIDE_UNDOC_MEMBERS = NO works around this problem. I don't know if I will now have any undocumented members inappropriately exposed.
I've just pushed a fix to Github.
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).