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 show or link to the definition of a type alias #4888

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

Scaladoc doesn't show or link to the definition of a type alias #4888

scabug opened this issue Aug 7, 2011 · 3 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Aug 7, 2011

For the following code, scaladoc should either expand Y, link to Y, and/or show what Y expands to as a tooltip. At a minimum, it should show the prefix.

object Q {
	type Y = Int
}
object X {
	def x(y: Q.Y) = y
} 

Currently, it displays the x method without links as def x(y: Y): Y

This is related to the Enumeration.Value issue, #3314.

@scabug
Copy link
Author

scabug commented Aug 7, 2011

Imported From: https://issues.scala-lang.org/browse/SI-4888?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:
Fixed along with #3314.

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