-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Is there a way to customize documentation for derive? #13
Comments
It's not currently possible, but adding a new option to |
GREsau
added a commit
that referenced
this issue
May 17, 2020
I'm implementing this now, you'll be able to include an attribute to override any title/description from doc comments like so:
|
The above change is implemented in v0.7.5 |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, I want to say thank you for this fantastic library!
The Rust types I'm using with schemars already have lots of doc comments. I'd like schemas, via derive(JsonSchema), to skip those doc comments (they are too long). Ideally, I'd like to configure my own comments for just json schema generation. Is this possible?
Thanks!
The text was updated successfully, but these errors were encountered: