summaryrefslogtreecommitdiffstats
path: root/doc/user/scanners.xml
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:20:26 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:20:26 (GMT)
commit10afdcc2e22670940b7de6319f614cb177f83516 (patch)
tree6b262ad5ceb194593a52db5bbc5de3932cae28fa /doc/user/scanners.xml
parent3c1250527d43864c309cbf0dd2f9356042124d21 (diff)
downloadSCons-10afdcc2e22670940b7de6319f614cb177f83516.zip
SCons-10afdcc2e22670940b7de6319f614cb177f83516.tar.gz
SCons-10afdcc2e22670940b7de6319f614cb177f83516.tar.bz2
- added filename prefix to all scons_example names
- added unique suffixes to each scons_output_command - extended SCons Docbook XSD by the new suffix attribute
Diffstat (limited to 'doc/user/scanners.xml')
-rw-r--r--doc/user/scanners.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/user/scanners.xml b/doc/user/scanners.xml
index 6712378..304937c 100644
--- a/doc/user/scanners.xml
+++ b/doc/user/scanners.xml
@@ -306,7 +306,7 @@ over the file scanning rather than being called for each input line:
</para>
- <scons_example name="scan">
+ <scons_example name="scanners_scan">
<file name="SConstruct" printme="1">
import re
@@ -351,11 +351,11 @@ over the file scanning rather than being called for each input line:
</para>
- <scons_output example="scan">
- <scons_output_command>scons -Q</scons_output_command>
- <scons_output_command output=" [CHANGE THE CONTENTS OF other_file]">edit other_file</scons_output_command>
- <scons_output_command>scons -Q</scons_output_command>
- <scons_output_command>scons -Q</scons_output_command>
+ <scons_output example="scanners_scan">
+ <scons_output_command suffix="1">scons -Q</scons_output_command>
+ <scons_output_command output=" [CHANGE THE CONTENTS OF other_file]" suffix="2">edit other_file</scons_output_command>
+ <scons_output_command suffix="3">scons -Q</scons_output_command>
+ <scons_output_command suffix="4">scons -Q</scons_output_command>
</scons_output>
-->
@@ -391,7 +391,7 @@ over the file scanning rather than being called for each input line:
</para>
- <scons_example name="findpathdirs">
+ <scons_example name="scanners_findpathdirs">
<file name="SConstruct" printme="1">
kscan = Scanner(function = kfile_scan,
skeys = ['.k'],