Skip to content
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

scaladoc -implicits does not work for implicit methods for type aliases #10022

Open
scabug opened this issue Nov 3, 2016 · 3 comments
Open

Comments

@scabug
Copy link

scabug commented Nov 3, 2016

object ImplicitDocumentation {
  trait Api

  implicit final class ApiOps(api: Api) {
    def method = ???
  }

  /** @template */
  type Alias = Api
}
scaladoc -implicits ImplicitDocumentation.scala
@scabug
Copy link
Author

scabug commented Nov 3, 2016

Imported From: https://issues.scala-lang.org/browse/SI-10022?orig=1
Reporter: @Atry
Affected Versions: 2.11.8, 2.12.1
Attachments:

@scabug
Copy link
Author

scabug commented Nov 7, 2016

@SethTisue said:
I've noticed that you've filed a number of bugs against 2.11.8 recently. Can you check to see if 2.12.0 is affected as well?

It's useful to have the bug reports regardless, but now that 2.12.0 is out, it's less and less likely that a 2.11-only issue will get any attention.

@scabug
Copy link
Author

scabug commented Feb 28, 2017

@Atry said:
The bug seems appear on Scala 2.12.1 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant