-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Support for enum descriptions (x-enum-descriptions) #1693
Comments
This is also useful for Python docstrings. |
@tomghyselinck: absolutely. The idea is to contribute this feature into the core. Then templates needs to be updated to use this feature if it makes sense. Example: Can you open a PR to add the support in Python docstrings? |
PR to generate the javadoc (using the JaxRS generator): #1951 |
@jmini: I will try to do so in the next weeks |
This seems to work for Java Enum Descriptions. |
With #893 (comment) we have introduced support for the
x-enum-varnames
extension.In a similar way
x-enum-descriptions
should be supported:The java generator could add some Javadoc on top of the enum value.
The text was updated successfully, but these errors were encountered: