Is there a way to point scaladoc index.html to my specific package?

57 Views Asked by At

I'm trying to build a nice scaladoc, and I found one problem though - index.html points to root package, which does not make any sense as all of my classes obviously not there, and to actually start reading about whatever I did person will need to browse to my package first and only then it'd be possible to actually start to get knowledge.

I looked into settings for scaladoc in scala.tools.nsc.doc.Settings and only option which seems suitable is doc-root-content. Is there something I'm missing?

0

There are 0 best solutions below