scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
230 stars 21 forks source link

Scaladoc generates dangling companion links for case classes #4325

Closed scabug closed 13 years ago

scabug commented 13 years ago

When a case class has a purely synthetic companion, no Scaladoc is generated, but the doc for the class itself still tries to link to it.

scabug commented 13 years ago

Imported From: https://issues.scala-lang.org/browse/SI-4325?orig=1 Reporter: Jamie Webb (jmawebb)

scabug commented 13 years ago

@kzys said: (In r24648) [scaladoc] Don't link to syntetic companion. Closes #4325. Review by dubochet.