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 doesn't link parts of existential types #4887

Closed
scabug opened this issue Aug 7, 2011 · 3 comments
Closed

Scaladoc doesn't link parts of existential types #4887

scabug opened this issue Aug 7, 2011 · 3 comments

Comments

@scabug
Copy link

scabug commented Aug 7, 2011

When processed with scaladoc, the X in X[] in the following is not a link. Replace X[] with X[Int] and the X links to the class definition.

class X[T]

object Y {
  def f(x: X[_]) = 3
}
@scabug
Copy link
Author

scabug commented Aug 7, 2011

Imported From: https://issues.scala-lang.org/browse/SI-4887?orig=1
Reporter: @harrah

@scabug
Copy link
Author

scabug commented Jul 20, 2012

@adriaanm said:
scala/scala#925

@scabug scabug closed this as completed Jul 20, 2012
@scabug
Copy link
Author

scabug commented Jul 23, 2012

@VladUreche said (edited on Jul 23, 2012 11:14:19 AM UTC):
EDIT: Commented on the wrong bug, sorry.

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

2 participants