diff options
| author | Steven Knight <knight@baldmt.com> | 2005-11-17 14:23:07 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2005-11-17 14:23:07 (GMT) |
| commit | 62e2f021af43f2bd0422fabdd0b6129ae3695946 (patch) | |
| tree | b69a29b3c5e16f0b6743947b59e7084221f1e8a1 /src/engine/SCons/Environment.xml | |
| parent | 9cc468f75539541734366b5e3bb9f36346ee5cda (diff) | |
| download | SCons-62e2f021af43f2bd0422fabdd0b6129ae3695946.zip SCons-62e2f021af43f2bd0422fabdd0b6129ae3695946.tar.gz SCons-62e2f021af43f2bd0422fabdd0b6129ae3695946.tar.bz2 | |
Bring CVS back in sync.
Diffstat (limited to 'src/engine/SCons/Environment.xml')
| -rw-r--r-- | src/engine/SCons/Environment.xml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml index d41cdaf..a861105 100644 --- a/src/engine/SCons/Environment.xml +++ b/src/engine/SCons/Environment.xml @@ -1,4 +1,9 @@ -<!-- __COPYRIGHT__ --> +<!-- +__COPYRIGHT__ + +This file is processed by the bin/SConsDoc.py module. +See its __doc__ string for a discussion of the format. +--> <cvar name="BUILDERS"> <summary> A dictionary mapping the names of the builders @@ -34,8 +39,8 @@ env['BUILDERS]['NewBuilder'] = foo <cvar name="Dir"> <summary> -A function that converts a file name into a Dir instance relative to the -target being built. +A function that converts a string +into a Dir instance relative to the target being built. </summary> </cvar> @@ -91,15 +96,8 @@ env = Environment(ENV = {'PATH' : os.environ['PATH']}) <cvar name="File"> <summary> -A function that converts a file name into a File instance relative to the -target being built. -</summary> -</cvar> - -<cvar name="RDirs"> -<summary> -A function that converts a file name into a list of Dir instances by -searching the repositories. +A function that converts a string into a File instance relative to the +target being built. </summary> </cvar> |
