I'm trying to generate Scaladoc for my code with the scala-maven-plugin 3.0.2 (Scala Version 2.9.2). When I use

mvn scala:doc

then I don't get documentation for the private types and elements of my Scala code. I checked with the plugin documentation, but I can't find an option for that.

Strangely, the scaladoc plugin does generate documentation for the private elements of my Java code. But because it doesn't generate documentation for the HTML comments of the Java code, this is pretty useless.

Am I missing something?

有帮助吗?

解决方案

Unfortunately, you haven't miss it. I had done similar research few weeks ago and also didn't find it.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top