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
This commit is contained in:
parent
a13d08bced
commit
59a3df127e
|
@ -1,7 +1,7 @@
|
||||||
/** @mainpage OpenOCD Reference Manual
|
/** @mainpage OpenOCD Reference Manual
|
||||||
|
|
||||||
Welcome to the OpenOCD Reference Manual -- the developer's resource for
|
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
|
In addition, this document contains the tactical and strategic plans
|
||||||
and processes that have been developed by and for the OpenOCD community.
|
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
|
- @ref helperlogging
|
||||||
- @subpage jtagdocs
|
- @subpage jtagdocs
|
||||||
- @ref jtagcore
|
- @ref jtagcore
|
||||||
|
- @ref jtagtcl
|
||||||
- @ref jtagcmd
|
- @ref jtagcmd
|
||||||
- @ref jtagiface
|
- @ref jtagiface
|
||||||
- @ref jtagdriver
|
- @ref jtagdriver
|
||||||
|
|
Loading…
Reference in New Issue