Is there an easy way to integrate scaladoc into IntelliJ Idea?
intellij-idea, javadoc, scala, scaladoc
Solution
The scaladoc support in IntelliJ is pretty basic for now: some keywords are highlighted in comments, but there is no "generate scaladoc" option in tools. We'll create an issue in the tracker to keep it in mind. Thanks.
Cheers! Ilya
Problem
How do I use/generate scaladoc from within IntelliJ Idea (running on ubuntu)? Most preferably I would like to configure Tools/generate javadoc to also generate scaladoc, though that might be hard as of the differences between both according to this thread.