Add draft of Patching Primer in The Manual; update primer page.
[fw/openocd] / doc / manual / scripting.txt
index e62cba6df42c76f5b494d08d743e9929c7fe8d07..b3d5a1560c591fcf2e9f6ace7d95460c068d0187 100644 (file)
@@ -1,6 +1,6 @@
-/** @page scripting OpenOCD Scripting Overview
+/** @page scripting 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.