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.)
To access all API documentation, navigate to our Data & Insights Developer site and click on API Docs in the top header. We also support a number of programmatic data publishing solutions used to import data to the Data & Insights platform.
Now you can generate Scaladoc html documentation for the entire project or custom scope from the IntelliJ IDEA. To use it, select “Generate Scaladoc” from Tools menu. Then you will see configuration dialog: After choosing output directory you can press OK and get documentation for your project.
Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
See API docs at this page.
How to find:
scala-lang.org -> Download -> All downloads -> Scala 2.10.2.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With