summaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-23 22:53:39 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-23 22:53:39 +0000
commit045362d74a4450efe0943e8adb6a6397028780ae (patch)
treedb0ac2213d0d5732c992242a70ee1e8f19b4229e /doc/manual
parent08d5f114c959876ee2eac2baa2de18a459ef2b6a (diff)
downloadopenocd+libswd-045362d74a4450efe0943e8adb6a6397028780ae.tar.gz
openocd+libswd-045362d74a4450efe0943e8adb6a6397028780ae.tar.bz2
openocd+libswd-045362d74a4450efe0943e8adb6a6397028780ae.tar.xz
openocd+libswd-045362d74a4450efe0943e8adb6a6397028780ae.zip
Add section identifiers to developer scripting introduction.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1898 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/scripting.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/scripting.txt b/doc/manual/scripting.txt
index e62cba6d..a4629bac 100644
--- a/doc/manual/scripting.txt
+++ b/doc/manual/scripting.txt
@@ -1,6 +1,6 @@
/** @page scripting OpenOCD Scripting Overview
-@section What scripting will not do
+@section scriptingisnt What scripting will not do
The scripting support is intended for developers of OpenOCD.
It is not the intention that normal OpenOCD users will
@@ -18,7 +18,7 @@ Jim Tcl was chosen as it was easy to integrate, works
great in an embedded environment and Øyvind Harboe
had experience with it.
-@section Uses of scripting
+@section scriptinguses Uses of scripting
Default implementation of procedures in tcl/procedures.tcl.
@@ -52,7 +52,7 @@ Default implementation of procedures in tcl/procedures.tcl.
be simpler.
-@section External scripting
+@section scriptingexternal External scripting
The embedded Jim Tcl interpreter in OpenOCD is very limited
compared to any full scale PC hosted scripting language.