When creating a new Scala project using IntelliJ, i get the scaladoc warning.
How can this be rectified please?
When creating a new Scala project using IntelliJ, i get the scaladoc warning.
How can this be rectified please?
I'll go ahead and answer my own question here
mkdir scaladoc
to create /Library/Scala/2.10.0-RC2/scaladoc
)You can quickly verify installation by typing
object Main extends App {
}
Once you Ctrl+J on the App
, you should see the scaladoc which matches the online version