diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-27 15:15:06 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-27 15:15:06 +0000 |
commit | afa77f86726646d36c5670ed59f73201ca02e597 (patch) | |
tree | c7187da8cb57ebe1cbb0c2821e48b9fd098b30e7 /doc/manual | |
parent | 3d79669c5ef4648e19d5153edf0cb9a30c717c35 (diff) | |
download | riscv-openocd-afa77f86726646d36c5670ed59f73201ca02e597.zip riscv-openocd-afa77f86726646d36c5670ed59f73201ca02e597.tar.gz riscv-openocd-afa77f86726646d36c5670ed59f73201ca02e597.tar.bz2 |
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
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/main.txt | 2 | ||||
-rw-r--r-- | doc/manual/primer/tcl.txt | 2 | ||||
-rw-r--r-- | doc/manual/scripting.txt | 2 | ||||
-rw-r--r-- | doc/manual/style.txt | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/doc/manual/main.txt b/doc/manual/main.txt index c65fdba..e25cae6 100644 --- a/doc/manual/main.txt +++ b/doc/manual/main.txt @@ -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: diff --git a/doc/manual/primer/tcl.txt b/doc/manual/primer/tcl.txt index f2c3d05..c10c364 100644 --- a/doc/manual/primer/tcl.txt +++ b/doc/manual/primer/tcl.txt @@ -1,5 +1,7 @@ /** @page primertcl OpenOCD TCL Primer +The @subpage scripting page provides additional TCL Primer material. + @verbatim **************************************** diff --git a/doc/manual/scripting.txt b/doc/manual/scripting.txt index a4629ba..b3d5a15 100644 --- a/doc/manual/scripting.txt +++ b/doc/manual/scripting.txt @@ -1,4 +1,4 @@ -/** @page scripting OpenOCD Scripting Overview +/** @page scripting Scripting Overview @section scriptingisnt What scripting will not do diff --git a/doc/manual/style.txt b/doc/manual/style.txt index 545d7bb..5434be0 100644 --- a/doc/manual/style.txt +++ b/doc/manual/style.txt @@ -202,7 +202,7 @@ Documentation for the page. */ /** @file -This file contains the @page page. +This file contains the @ref pagename page. */ @endverbatim |