scala - Where does scaladoc look for the rootdoc.txt to create the root doc -
this duplicate of generate scaladoc root package, answer not state sbt doc looks rootdoc.txt.
i added
scalacoptions in doc ++= seq("-doc-root-content", "rootdoc.txt") to build.sbt, sbt doc not seem scan it. tried put next build.sbt, in src, src/main, src/main/scala
i using sbt 0.12.3
it seems arguments not given scaladocat all. cannot figure out why command line arguments not passed when scoping doc, works if not scope docbut compile:
scalacoptions in compile ++= seq("-doc-root-content", "rootdoc.txt") with rootdoc.txtat root of project.
Comments
Post a Comment