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
This commit is contained in:
zwelch 2009-05-27 15:15:06 +00:00
parent 3d79669c5e
commit afa77f8672
4 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -1,5 +1,7 @@
/** @page primertcl OpenOCD TCL Primer
The @subpage scripting page provides additional TCL Primer material.
@verbatim
****************************************

View File

@ -1,4 +1,4 @@
/** @page scripting OpenOCD Scripting Overview
/** @page scripting Scripting Overview
@section scriptingisnt What scripting will not do

View File

@ -202,7 +202,7 @@ Documentation for the page.
*/
/** @file
This file contains the @page page.
This file contains the @ref pagename page.
*/
@endverbatim