Followon to PR #4348: more bool fixes
[scons.git] / SCons / Tool / python.xml
blobb1783ff2dea439a5096b4bed3a2beb1dbdc9b32c
1 <?xml version="1.0"?>
2 <!--
3 __COPYRIGHT__
5 This file is processed by the bin/SConsDoc.py module.
6 See its __doc__ string for a discussion of the format.
7 -->
9 <!DOCTYPE sconsdoc [
10 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
11 %scons;
12 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
13 %builders-mod;
14 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
15 %functions-mod;
16 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
17 %tools-mod;
18 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
19 %variables-mod;
22 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
23           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24           xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
26 <tool name="python">
27 <summary>
28 <para>
29 Loads the Python source scanner into the invoking environment.
30 When loaded, the scanner will attempt to find implicit
31 dependencies for any Python source files in the list of sources
32 provided to an Action that uses this environment.
33 </para>
34 <para><emphasis>Available since &scons; 4.0.</emphasis>.</para>
35 </summary>
36 </tool>
38 </sconsdoc>