mirror of https://github.com/sbt/sbt.git
doc fixes
This commit is contained in:
parent
2f2596c133
commit
77a709df13
|
|
@ -99,7 +99,7 @@ see this task listed.
|
|||
Define the key
|
||||
--------------
|
||||
|
||||
To declare a new task, define a val of type ``TaskKey``, either in ``.sbt`` or ``.scala`:
|
||||
To declare a new task, define a val of type ``TaskKey``, either in ``.sbt`` or ``.scala``:
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Introduction
|
|||
------------
|
||||
|
||||
A build definition is written in Scala. There are two types of
|
||||
definitions: light and full. A :doc:`light definition <Basic-Configuration>`
|
||||
definitions: light and full. A light definition
|
||||
is a quick way of configuring a build, consisting of a list of Scala
|
||||
expressions describing project settings. A :doc:`full definition <Full-Configuration>` is
|
||||
made up of one or more Scala source files that describe relationships
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ It is possible to compile a ``build.sbt`` that aliases ``scalacOptions`` to ``ch
|
|||
For example, this is allowed:
|
||||
|
||||
::
|
||||
|
||||
// The scalacOptions task may be defined in terms of the checksums setting
|
||||
scalacOptions := checksums.value
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue