Numerous minor updates and fixes for The Manual:
- Link Scripting Overview into the TCL Primer; both need more work. - Remove redundant OpenOCD from Scripting Overview subpage title. - Fix incorrect tag in Doxygen style guide example. - Fix minor typo in first introductory paragraph of main page. git-svn-id: svn://svn.berlios.de/openocd/trunk@1932 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
3d79669c5e
commit
afa77f8672
|
@ -4,7 +4,7 @@ Welcome to the OpenOCD Reference Manual -- the developer's resource for
|
|||
learning about the internal architecture of the OpenOCD project.
|
||||
|
||||
In addition, this document contains the tactical and strategic plans
|
||||
and processes that have been devleoped by and for the community.
|
||||
and processes that have been developed by and for the OpenOCD community.
|
||||
|
||||
Developers that want to contribute to OpenOCD should read the following
|
||||
sections before starting work:
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/** @page primertcl OpenOCD TCL Primer
|
||||
|
||||
The @subpage scripting page provides additional TCL Primer material.
|
||||
|
||||
@verbatim
|
||||
|
||||
****************************************
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/** @page scripting OpenOCD Scripting Overview
|
||||
/** @page scripting Scripting Overview
|
||||
|
||||
@section scriptingisnt What scripting will not do
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ Documentation for the page.
|
|||
*/
|
||||
/** @file
|
||||
|
||||
This file contains the @page page.
|
||||
This file contains the @ref pagename page.
|
||||
|
||||
*/
|
||||
@endverbatim
|
||||
|
|
Loading…
Reference in New Issue