Update Style Guide documentation to explain basic type rules.
[fw/openocd] / doc / manual / scripting.txt
index a4629bac462dd808f210c266e46f5439789f9e6b..09b69d38b7ca2fc28878395313b9cbe301501112 100644 (file)
@@ -1,4 +1,4 @@
-/** @page scripting OpenOCD Scripting Overview
+/** @page scripting Scripting Overview
 
 @section scriptingisnt What scripting will not do
 
@@ -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