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

UMLEnumeration convertion failed #38

Open
leo4048111 opened this issue Nov 9, 2022 · 0 comments
Open

UMLEnumeration convertion failed #38

leo4048111 opened this issue Nov 9, 2022 · 0 comments

Comments

@leo4048111
Copy link

I tested the example code for UMLEnumeration convertion and the conversion result turned out to be empty.
Code(Copied from readme):

/* Test header @ toori67
 * This is Test
 * also test
 * also test again
 */
#ifndef (_WEEKDAYS_H)
#define _WEEKDAYS_H

enum Weekdays { Monday,Tuesday,Saturday };

#endif //_WEEKDAYS_H

conversion result:
image
Any solution?

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