diff options
Diffstat (limited to 'doc/user/scanners.xml')
-rw-r--r-- | doc/user/scanners.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/scanners.xml b/doc/user/scanners.xml index 24084b9..4bffdba 100644 --- a/doc/user/scanners.xml +++ b/doc/user/scanners.xml @@ -21,7 +21,7 @@ <!-- - Copyright (c) 2001 - 2015 The SCons Foundation + Copyright (c) 2001 - 2016 The SCons Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -395,7 +395,7 @@ cat <file name="SConstruct" printme="1"> kscan = Scanner(function = kfile_scan, skeys = ['.k'], - path=FindPathDirs('KPATH')) + path_function = FindPathDirs('KPATH')) </file> </scons_example> |