summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-03-13 16:00:20 (GMT)
committerMats Wichmann <mats@linux.com>2020-03-13 16:00:20 (GMT)
commit67a53b05850de59a746f3fe1648c36d28a6236dd (patch)
treebc4f7b88fd0bc5dc1e84224f8d8e6c49ab50078c /src/engine
parent3ac4e188a7d00449ad22ef690384eae422783376 (diff)
downloadSCons-67a53b05850de59a746f3fe1648c36d28a6236dd.zip
SCons-67a53b05850de59a746f3fe1648c36d28a6236dd.tar.gz
SCons-67a53b05850de59a746f3fe1648c36d28a6236dd.tar.bz2
Add a link from Clone() to Envirornment() methods. [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/SCons/Environment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml
index e1d5e74..a171f38 100644
--- a/src/engine/SCons/Environment.xml
+++ b/src/engine/SCons/Environment.xml
@@ -844,7 +844,7 @@ env3 = env.Clone(CCFLAGS = '-g')
<para>
Additionally, a list of tools and a toolpath may be specified, as in
-the Environment constructor:
+the &f-link-Environment; constructor:
</para>
<example_commands>