summaryrefslogtreecommitdiffstats
path: root/doc/user/scanners.xml
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:30:28 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:30:28 (GMT)
commit106a09dc814071594306eed8382fd30929e605ab (patch)
tree5cda0c7b94858ef25546d5ae059e90aaf23e9ce0 /doc/user/scanners.xml
parent6af67d1431b5d534731ff0dc17ff306639a1a854 (diff)
downloadSCons-106a09dc814071594306eed8382fd30929e605ab.zip
SCons-106a09dc814071594306eed8382fd30929e605ab.tar.gz
SCons-106a09dc814071594306eed8382fd30929e605ab.tar.bz2
- removed suffix= from 'scons_output_command ' and moved it
one up in the hierarchy to the 'scons_output' tag
Diffstat (limited to 'doc/user/scanners.xml')
-rw-r--r--doc/user/scanners.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/scanners.xml b/doc/user/scanners.xml
index 304937c..36dfd18 100644
--- a/doc/user/scanners.xml
+++ b/doc/user/scanners.xml
@@ -351,11 +351,11 @@ over the file scanning rather than being called for each input line:
</para>
- <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 example="scanners_scan" suffix="1">
+ <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>
-->