diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-03 04:44:38 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-03 04:44:38 +0000 |
commit | 2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3 (patch) | |
tree | 3874244ce0a3d07001fef166d76fb2bfe69211c3 /doc/manual/scripting.txt | |
parent | 9a5acdc161372b7f2923877f6b9b034d4031b389 (diff) | |
download | riscv-openocd-2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3.zip riscv-openocd-2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3.tar.gz riscv-openocd-2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3.tar.bz2 |
Improve remaining documentation that was causing Doxygen warnings.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2026 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual/scripting.txt')
-rw-r--r-- | doc/manual/scripting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/scripting.txt b/doc/manual/scripting.txt index b3d5a15..09b69d3 100644 --- a/doc/manual/scripting.txt +++ b/doc/manual/scripting.txt @@ -25,7 +25,7 @@ Default implementation of procedures in tcl/procedures.tcl. - Polymorphic commands for target scripts. - there will be added some commands in Tcl that the target scripts can replace. - - produce <productionfile> <serialnumber>. Default implementation + - produce \<productionfile\> \<serialnumber\>. Default implementation is to ignore serial number and write a raw binary file to beginning of first flash. Target script can dictate file format and structure of serialnumber. Tcl allows |