Question

Since Scala 2.10.2, I can't find the download link for its API documentation. Is this an intentional omission? Where can I download it?

Alternatively, what is the exact scalac command to generate the same one with http://www.scala-lang.org/api/current/index.html ? (e.g. I don't know which source jars I have to include.)

Was it helpful?

Solution

OTHER TIPS

The API Docs download is hard to find because if you just go to the link for the current version of scala the menu item named other resources which has as a subitem, the API docs download isn't there.

So, to find the api docs:

http://www.scala-lang.org/ download All Downloads click on latest version or version you want scroll down to other resources and you will see API DOCS

if you go to: http://www.scala-lang.org/ download the the latest version pops up but without the other resources at the bottom.

This is why it is hard to locate.

As of March 2015, you need to take the approach in @michael_n's comment:

http://downloads.typesafe.com/scala/{version}/scala-docs-{version}.txz
http://downloads.typesafe.com/scala/{version}/scala-docs-{version}.zip
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top