diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-01 19:55:52 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-01 19:55:52 +0000 |
commit | 59a3df127e905643dd55d9bcad588814ca810066 (patch) | |
tree | 7f6b80b3ff552c4ecd0f4ebf059b9e08f2e08846 /doc/manual | |
parent | a13d08bced1c2d4adb5ae71393eb5fe2b1822b47 (diff) | |
download | openocd_libswd-59a3df127e905643dd55d9bcad588814ca810066.tar.gz openocd_libswd-59a3df127e905643dd55d9bcad588814ca810066.tar.bz2 openocd_libswd-59a3df127e905643dd55d9bcad588814ca810066.tar.xz openocd_libswd-59a3df127e905643dd55d9bcad588814ca810066.zip |
Minor fixes to Developer Manual pages.
- Fix cosmetic bug on main page
- Add missing JTAG list item.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2445 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/main.txt b/doc/manual/main.txt index 576c9e1a..a6e12d4e 100644 --- a/doc/manual/main.txt +++ b/doc/manual/main.txt @@ -1,7 +1,7 @@ /** @mainpage OpenOCD Reference Manual Welcome to the OpenOCD Reference Manual -- the developer's resource for -learning about the internal architecture of the OpenOCD project. +learning about the internal architecture of the OpenOCD project. @par In addition, this document contains the tactical and strategic plans and processes that have been developed by and for the OpenOCD community. @@ -69,6 +69,7 @@ modules are stacked in the current implementation (from bottom to top): - @ref helperlogging - @subpage jtagdocs - @ref jtagcore + - @ref jtagtcl - @ref jtagcmd - @ref jtagiface - @ref jtagdriver |