summaryrefslogtreecommitdiff
path: root/doc/scons.mod
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-01-03 15:29:43 +0000
committerSteven Knight <knight@baldmt.com>2005-01-03 15:29:43 +0000
commit49766df7a53c47fdc9d30549595efe1cfcd479b0 (patch)
treef19db2c2638da5a4487384d05caeca4488860f2a /doc/scons.mod
parent203974e18ca6869965f194eb07fcdd8ccc8c91c9 (diff)
downloadscons-49766df7a53c47fdc9d30549595efe1cfcd479b0.tar.gz
Add a PathOptions.PathAccept validator. (Kevin Quick)
Diffstat (limited to 'doc/scons.mod')
-rw-r--r--doc/scons.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/scons.mod b/doc/scons.mod
index 58a6576a..897262dc 100644
--- a/doc/scons.mod
+++ b/doc/scons.mod
@@ -159,6 +159,11 @@
<!ENTITY Options "<function>Options</function>">
<!ENTITY PackageOption "<function>PackageOption</function>">
<!ENTITY PathOption "<function>PathOption</function>">
+<!ENTITY PathOption_PathAccept "<function>PathOption.PathAccept</function>">
+<!ENTITY PathOption_PathExists "<function>PathOption.PathExists</function>">
+<!ENTITY PathOption_PathIsDir "<function>PathOption.PathIsDir</function>">
+<!ENTITY PathOption_PathIsDirCreate "<function>PathOption.PathIsDirCreate</function>">
+<!ENTITY PathOption_PathIsFile "<function>PathOption.PathIsFile</function>">
<!ENTITY Precious "<function>Precious</function>">
<!ENTITY Prepend "<function>Prepend</function>">
<!ENTITY Replace "<function>Replace</function>">