-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Scala docs on extension methods #9339
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
Comments
Currently the following does not get any documentation generated /** Members of Tree */
extension (tree: Tree):
/** Position in the source code */
def pos(using ctx: Context): Position = internal.Tree_pos(tree)
... https://github.com/lampepfl/dotty/blob/master/library/src/scala/tasty/Reflection.scala#L475 |
The documentation for extensions is not in the TASTy file |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 16, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 16, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 16, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 17, 2020
nicolasstucki
added a commit
that referenced
this issue
Jul 18, 2020
Fix #9339: Register doc of extension methods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where can we add the documentation of an extension method?
The text was updated successfully, but these errors were encountered: