From 77a709df13175663b3db89000946eb5886c1fc3b Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 2 Dec 2012 03:17:20 -0500 Subject: [PATCH] doc fixes --- src/sphinx/Detailed-Topics/Tasks.rst | 2 +- src/sphinx/Dormant/Settings.rst | 2 +- src/sphinx/Getting-Started/More-About-Settings.rst | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sphinx/Detailed-Topics/Tasks.rst b/src/sphinx/Detailed-Topics/Tasks.rst index 80b01d765..81d066a11 100644 --- a/src/sphinx/Detailed-Topics/Tasks.rst +++ b/src/sphinx/Detailed-Topics/Tasks.rst @@ -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``: :: diff --git a/src/sphinx/Dormant/Settings.rst b/src/sphinx/Dormant/Settings.rst index c882bc17f..87dd8fc00 100644 --- a/src/sphinx/Dormant/Settings.rst +++ b/src/sphinx/Dormant/Settings.rst @@ -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 ` +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 ` is made up of one or more Scala source files that describe relationships diff --git a/src/sphinx/Getting-Started/More-About-Settings.rst b/src/sphinx/Getting-Started/More-About-Settings.rst index 92cb22ac7..d460a5774 100644 --- a/src/sphinx/Getting-Started/More-About-Settings.rst +++ b/src/sphinx/Getting-Started/More-About-Settings.rst @@ -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