From b6a7a7b274ca097cdc2cb1eed68afe083e4c1953 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 30 Apr 2010 22:16:59 +0000 Subject: Issue 2498: fix SourceFileScanner documentation references. --- doc/man/scons.1 | 15 ++++++++++----- src/engine/SCons/Tool/__init__.xml | 4 ++-- 2 files changed, 12 insertions(+), 7 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 diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml index 64c6bee..502a553 100644 --- a/src/engine/SCons/Tool/__init__.xml +++ b/src/engine/SCons/Tool/__init__.xml @@ -209,7 +209,7 @@ according to the suffix mappings in the SourceFileScanner object. See the section "Scanner Objects," -below, for a more information. +below, for more information. @@ -305,7 +305,7 @@ according to the suffix mappings in SourceFileScanner object. See the section "Scanner Objects," -below, for a more information. +below, for more information. -- cgit v0.12