I’m a bit stumped as to how to run scaladoc on a Play! framework project. It seems there are a lot of intricacies to account for, and I’m not having success.
Is there a tutorial I am missing? Do you need to add in sbt or a build tool to make it reasonable?
I came up with a solution that works, but not perfect. You need to run the app to generate the Scala code for the templates. Then run ‘play scaladoc’ with the code below.
Add ‘play/framework/pym/play/commands/scaladoc.py’ with contents: