doc fixes

This commit is contained in:
Mark Harrah 2012-12-02 03:17:20 -05:00
parent 2f2596c133
commit 77a709df13
3 changed files with 3 additions and 2 deletions

View File

@ -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``:
::

View File

@ -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

View File

@ -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