We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
@julienrf proposed to have inline comments for params of methods/classes in #10526
What do you think of documenting parameters directly, rather than in the scaladoc comment attached to their method/class definition? E.g.:
/** A Foo */ case class Foo( /** An x */ x: Int ) def bar( /** A Bah */ bah: Bah )(using /** Context Quux */ Quux ): Unit
I think this would be useful outside of using parameters, by the way.
using
We could reconsider it in the future
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@julienrf proposed to have inline comments for params of methods/classes in #10526
We could reconsider it in the future
The text was updated successfully, but these errors were encountered: