summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-04-30 22:16:59 (GMT)
committerSteven Knight <knight@baldmt.com>2010-04-30 22:16:59 (GMT)
commitb6a7a7b274ca097cdc2cb1eed68afe083e4c1953 (patch)
treeaf4f795ba1d04a84262fbf8bb2b93332775c15a8 /doc
parent22ea814ba336a4baf92fb8f427e893a5fd565ac6 (diff)
downloadSCons-b6a7a7b274ca097cdc2cb1eed68afe083e4c1953.zip
SCons-b6a7a7b274ca097cdc2cb1eed68afe083e4c1953.tar.gz
SCons-b6a7a7b274ca097cdc2cb1eed68afe083e4c1953.tar.bz2
Issue 2498: fix SourceFileScanner documentation references.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.115
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 51b2ac1..9fb0df2 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -2268,11 +2268,13 @@ and
Builders by adding them
to the
.B SourceFileScanner
-object as follows:
-
+object.
See the section "Scanner Objects,"
-below, for a more information about
-defining your own Scanner objects.
+below, for more information about
+defining your own Scanner objects
+and using the
+.B SourceFileScanner
+object.
.SS Methods and Functions to Do Things
In addition to Builder methods,
@@ -9370,7 +9372,9 @@ You can use the
function to define
objects to scan
new file types for implicit dependencies.
-Scanner accepts the following arguments:
+The
+.B Scanner
+function accepts the following arguments:
.IP function
This can be either:
@@ -9521,6 +9525,7 @@ that should be scanned recursively;
this can be used to select a specific subset of
Nodes for additional scanning.
+.RE
Note that
.B scons
has a global