diff options
author | Steven Knight <knight@baldmt.com> | 2010-04-30 22:16:59 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-04-30 22:16:59 (GMT) |
commit | b6a7a7b274ca097cdc2cb1eed68afe083e4c1953 (patch) | |
tree | af4f795ba1d04a84262fbf8bb2b93332775c15a8 /doc | |
parent | 22ea814ba336a4baf92fb8f427e893a5fd565ac6 (diff) | |
download | SCons-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.1 | 15 |
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 |