I want to start generating scaladocs from my Eclipse project. I don't use SBT, but am willing to import my eclipse project to sbt if it is needed.
How do I generate Scaladocs from an eclipse Scala project?
I want to start generating scaladocs from my Eclipse project. I don't use SBT, but am willing to import my eclipse project to sbt if it is needed.
How do I generate Scaladocs from an eclipse Scala project?
As far as I know, there is no direct method supported by the Scala plugin for Eclipse without using SBT or Maven.
As a workaround, you can go to Run -> External Tools -> External Tools Configurations... and setup the scaladoc tool there as a Program. This way you would have a one-click solution for generating Scaladocs.