GNOME Bugzilla – Bug 774273
INLINE_SIMPLE_STRUCTS with enums in classes does not work
Last modified: 2017-01-02 07:36:14 UTC
Created attachment 339629 [details] testfile for reproduction When using an enum in a class or struct, it is not correctly inlined. I guess the class is not really simple ;). I checked Bug 709226, and this is not the same. Reproduction: generate new doxyfile (doxygen -g) add attached file to config run doxygen -> enums values are in the class page change INLINE_SIMPLE_STRUCTS to yes run doxygen -> no class page, enum values are not in class section. Note: i am running V1.8.9.3 on Windows. Greetings, Felix
Confirmed, enum declarations do not fit in simple structs/classes. 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.13. 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).
Thanks. I just checked: In 1.8.13 (windows), for case 2 of my example, a class page with the enum is created.