scala / bug

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

Scaladoc creates dead links #10804

Open Atry opened 6 years ago

Atry commented 6 years ago

On the sidebar of page https://oss.sonatype.org/service/local/repositories/public/archive/org/scalameta/quasiquotes_2.12/1.7.0/quasiquotes_2.12-1.7.0-javadoc.jar/!/scala/meta/quasiquotes/index.html , all the XtensionQuasiquoteXxx classes are dead links.

SethTisue commented 6 years ago

do we have any idea what the underlying cause might be...?

Atry commented 6 years ago

XtensionQuasiquote- classes are defined in the super type QuasiquoteParsers, which is private. I wonder if it matters.