package sbt
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
object
BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object Compat
-
object
MetabrowsePlugin extends AutoPlugin
Generate a staic Metabrowse site.
Generate a staic Metabrowse site.
Usage
This plugin must be explicitly enabled in the project that generates the static metabrowse site. To enable it add the following line to your
.sbtfile:enablePlugins(MetabrowsePlugin)
The static site includes sources for projects that enable the semanticdb-scalac compiler plugin, see http://scalameta.org/tutorial/#semanticdb-scalac. To enable the compiler plugin, add the following to your projects settings
lazy val projectToIncludeSourcesForMetabrowseSite = project.settings( metabrowseSettings // important, must *appear* after scalacOptions. )
By default, semantic data is read from
metabrowseClasspathwhich is automatically populated based on the various filter settings.