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

Suggest enhancing the implementation of enumeration type documents #830

Open
Hans-Wu-cn opened this issue Jun 25, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@Hans-Wu-cn
Copy link
Contributor

Current implementation

image
Although enumerations can be written using dataDictionaries, it can be cumbersome when dealing with a large number of enumerations. It is recommended to add smart doc tags to describe enumerations

@Hans-Wu-cn Hans-Wu-cn added the enhancement New feature or request label Jun 25, 2024
@shalousun
Copy link
Collaborator

Cloud submit a PR support it, Add a tag named @enumDictionary using on Class

@jasonkung22
Copy link
Contributor

#977 A lot of changes have been made to the enumeration, If the enumeration is not configured with a data dictionary, the first parameter of the enumeration is used as enumValue by default, and the comment of the enumeration is used as the enumDesc,and you can see if it meets your needs. @Hans-Wu-cn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants