-
Notifications
You must be signed in to change notification settings - Fork 70
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
Generate Scaladoc #256
Comments
I wholefully agree with this |
Started some work on the deprecations part of this. |
This looks like "fun" good-first-issue. If my noobie questions aren't too much hassle, I'll gladly pick this up. I believe something like this:
|
I think you got that right! Good luck and don't hesitate to reach out here or on Discord if you need assistance And thanks, really |
yeah, I think you can draw some inspiration from #599. I left some hints for working on codegen code here, might be useful for a good feedback loop: #496 (comment)
that sounds about right |
Mostly closed in #731, with some new tickets spawned to further improve this. Thanks @zetashift! |
Originally mentioned in #245 : the
@deprecated
trait should generate a@deprecated
annotation in the Scala code, and the@documentation
/@externalDocumentation
traits should result in some Scaladoc being generated.The text was updated successfully, but these errors were encountered: