|
From: <zw...@ma...> - 2009-05-24 00:53:47
|
Author: zwelch Date: 2009-05-24 00:53:39 +0200 (Sun, 24 May 2009) New Revision: 1898 Modified: trunk/doc/manual/scripting.txt Log: Add section identifiers to developer scripting introduction. Modified: trunk/doc/manual/scripting.txt =================================================================== --- trunk/doc/manual/scripting.txt 2009-05-23 22:52:47 UTC (rev 1897) +++ trunk/doc/manual/scripting.txt 2009-05-23 22:53:39 UTC (rev 1898) @@ -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 @@ great in an embedded environment and vind 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 @@ 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. |