summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/t8557.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8557 make scaladoc normalize paths of external jars.Antoine Gourlay2014-07-151-0/+1
Scaladoc compares (string representations of) the paths from -doc-external-doc and the paths form `sym.underlyingSource`. We now normalize on both ends before comparing them.