How to configure the Scaladoc root package?

195 views
Skip to first unread message

Peter

unread,
Jul 12, 2012, 6:02:25 AM7/12/12
to simple-b...@googlegroups.com
My Scaladoc generated by SBT always pops up with an ugly empty root package. Now I'm seeking to either fill it with some meaningful content or to determine another default page.

All what I've found so far is a --doc-root-content property for Scaladoc. Looking at the SBT API, the doc object just has "generator", "sourceUrl", "title" and "version". How can I proceed?

Mark Harrah

unread,
Jul 12, 2012, 7:24:43 AM7/12/12
to simple-b...@googlegroups.com
Those are just conveniences and you can pass options directly to 'scalacOptions in doc'. In 0.11.x,

scalacOptions in doc ++= Seq(
"--doc--root-content",
"..."
)

-Mark

> --
> You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/SMrFaCYDbhYJ.
> To post to this group, send email to simple-b...@googlegroups.com.
> To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
>

Reply all
Reply to author
Forward
0 new messages