How to generate scaladocs Follow
I have a maven based project that is working fine. It runs in IDEA, I can debug it, get output and everything seems setup properly. The scala version in my pom is 2.10.3. When I run the scaladoc generator on my whole project, nothing happens, no docs are generated.
Have I missed some setup?
Please sign in to leave a comment.