summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/links.scala
Commit message (Collapse)AuthorAgeFilesLines
* Extract base scaladoc functionality for the IDE.Eugene Vigdorchik2012-12-121-3/+4
|
* SI-6501 Scaladoc will correctly link to @templatedVlad Ureche2012-10-111-1/+4
| | | | members
* SI-6487 Scaladoc can link to inner classesVlad Ureche2012-10-111-1/+1
|
* Generate links to external projects in scaladoc.Eugene Vigdorchik2012-09-261-2/+2
| | | | Review by @VladUreche.
* SI-3695 SI-4224 SI-4497 SI-5079 scaladoc linksVlad Ureche2012-07-161-0/+28
Adds the ability to link to members, classes and objects in scaladoc. The links can now be either qualified names or relative names, they both work. See the test/scaladoc/resources/links.scala for a usage example. Also introduced -no-link-warnings scaladoc flag, in case the build output gets swamped with link warnings.