Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INLINE_SIMPLE_STRUCTS with enums in classes does not work (Origin: bugzilla #774273) #6109

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version unspecified on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2016-11-11 15:47:05 +0000, Felix Ramold wrote:

Created attachment 339629
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

On 2016-11-13 10:04:34 +0000, Dimitri van Heesch wrote:

Confirmed, enum declarations do not fit in simple structs/classes. Should be fixed in the next GIT update.

On 2016-12-29 18:45:54 +0000, Dimitri van Heesch wrote:

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).

On 2017-01-02 07:36:14 +0000, Felix Ramold wrote:

Thanks.

I just checked: In 1.8.13 (windows), for case 2 of my example, a class page with the enum is created.

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant