Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate Scaladocs from Eclipse 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?

like image 524
Felix Avatar asked Dec 07 '25 08:12

Felix


1 Answers

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.

like image 109
Jan Gerlinger Avatar answered Dec 08 '25 21:12

Jan Gerlinger