diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-20 04:50:43 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-20 04:50:43 (GMT) |
commit | 58a7d618a864734aa09a69fd53b62bc980a7fb8b (patch) | |
tree | 7b5b1cbf60ed8dca598863dca48b35231fd7984d /doc | |
parent | bcc1312f5b8e28e7364895a4f0550fc2b931f669 (diff) | |
download | SCons-58a7d618a864734aa09a69fd53b62bc980a7fb8b.zip SCons-58a7d618a864734aa09a69fd53b62bc980a7fb8b.tar.gz SCons-58a7d618a864734aa09a69fd53b62bc980a7fb8b.tar.bz2 |
Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could not be passed to SetOption
Diffstat (limited to 'doc')
-rw-r--r-- | doc/generated/functions.gen | 8 | ||||
-rw-r--r-- | doc/generated/variables.gen | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/generated/functions.gen b/doc/generated/functions.gen index e72740a..79a83c6 100644 --- a/doc/generated/functions.gen +++ b/doc/generated/functions.gen @@ -3998,6 +3998,14 @@ which corresponds to --random; and </listitem> </varlistentry> <varlistentry> +<term><literal>silent</literal></term> +<listitem> +<para> +which corresponds to --silent. +</para> +</listitem> +</varlistentry> +<varlistentry> <term><literal>stack_size</literal></term> <listitem> <para> diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index 0ad4c96..5bf39b8 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -3046,7 +3046,7 @@ The command line used to call the Java archive tool. <para xmlns="http://www.scons.org/dbxsd/v1.0"> The string displayed when the Java archive tool is called -If this is not set, then <envar xmlns="http://www.scons.org/dbxsd/v1.0">$JARCOM</envar> (the command line) is displayed. +If this is not set, then <link xmlns="http://www.scons.org/dbxsd/v1.0" linkend="cv-JARCOM"><envar>$JARCOM</envar></link> (the command line) is displayed. </para> <example_commands xmlns="http://www.scons.org/dbxsd/v1.0"> @@ -3056,7 +3056,7 @@ env = Environment(JARCOMSTR = "JARchiving $SOURCES into $TARGET") <para xmlns="http://www.scons.org/dbxsd/v1.0"> The string displayed when the Java archive tool is called -If this is not set, then <link xmlns="http://www.scons.org/dbxsd/v1.0" linkend="cv-JARCOM"><envar>$JARCOM</envar></link> (the command line) is displayed. +If this is not set, then <envar xmlns="http://www.scons.org/dbxsd/v1.0">$JARCOM</envar> (the command line) is displayed. </para> <example_commands xmlns="http://www.scons.org/dbxsd/v1.0"> |