You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_Henum Weekdays { Monday,Tuesday,Saturday };
#endif//_WEEKDAYS_H
conversion result:
Any solution?
The text was updated successfully, but these errors were encountered:
I tested the example code for UMLEnumeration convertion and the conversion result turned out to be empty.
Code(Copied from readme):
conversion result:
Any solution?
The text was updated successfully, but these errors were encountered: