is there a way to have parameters documented in generated java doc ? #543
Unanswered
maxandersen
asked this question in
Q&A
Replies: 2 comments
-
i.e. instead of just:
have
all seems available in the ynab.yaml. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This should be very simple to implement by changing this template: https://github.com/quarkiverse/quarkus-openapi-generator/blob/main/deployment/src/main/resources/templates/libraries/microprofile/api.qute#L30 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using ynab.yaml open api and they have nice descriptions for their method arguments but those gets "lots" in the generated java code so can't see it in the IDE auto completion.
is there a way to have parameter javadoc generated?
Beta Was this translation helpful? Give feedback.
All reactions