Merge pull request #4650 from Repiteo/node-explicit-types
[scons.git] / doc / user / functions.xml
blob88dddc7c8e713f46b57ac4831b9524128606f29a
1 <?xml version='1.0'?>
3 <!--
4 SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
5 SPDX-License-Identifier: MIT
6 SPDX-FileType: DOCUMENTATION
8 This file is processed by the bin/SConsDoc.py module.
9 -->
11 <!DOCTYPE sconsdoc [
12     <!ENTITY % scons SYSTEM "../scons.mod">
13     %scons;
15     <!ENTITY % builders-mod SYSTEM "../generated/builders.mod">
16     %builders-mod;
17     <!ENTITY % functions-mod SYSTEM "../generated/functions.mod">
18     %functions-mod;
19     <!ENTITY % tools-mod SYSTEM "../generated/tools.mod">
20     %tools-mod;
21     <!ENTITY % variables-mod SYSTEM "../generated/variables.mod">
22     %variables-mod;
25 <appendix id="app-functions"
26           xmlns="http://www.scons.org/dbxsd/v1.0"
27           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28           xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
29 <title>Functions and Environment Methods</title>
31 <para>
33 This appendix contains descriptions of all of the
34 function and construction environment methods
35 in this version of &SCons;
37 </para>
39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../generated/functions.gen"/>
41 </appendix>