Skip to content
Snippets Groups Projects
Commit 045362d7 authored by zwelch's avatar zwelch
Browse files

Add section identifiers to developer scripting introduction.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1898 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 08d5f114
No related branches found
No related tags found
No related merge requests found
/** @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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment