diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-15 00:49:30 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-15 00:49:30 +0000 |
commit | 8ed887456dcb9c150ca087fb54b56622574786b8 (patch) | |
tree | 1cf17eb0a6ed5062a087f9cb291877fb4246a05e /doc/manual | |
parent | 789b639a3949412c3a4f40196ec9b920d8615d54 (diff) | |
download | openocd_libswd-8ed887456dcb9c150ca087fb54b56622574786b8.tar.gz openocd_libswd-8ed887456dcb9c150ca087fb54b56622574786b8.tar.bz2 openocd_libswd-8ed887456dcb9c150ca087fb54b56622574786b8.tar.xz openocd_libswd-8ed887456dcb9c150ca087fb54b56622574786b8.zip |
Add current draft of The List of Pending and Open Tasks.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1791 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/main.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/manual/main.txt b/doc/manual/main.txt index be1460b3..018c025f 100644 --- a/doc/manual/main.txt +++ b/doc/manual/main.txt @@ -1,10 +1,15 @@ /** @mainpage OpenOCD Reference Manual -The @ref primer page provides introductory materials for new developers. - -The @ref oocd page explains how the code has been organized into layers -of APIs and gives an overview of how they fit together. +@ref oocd explains how the code has been organized into layers +of APIs and gives an overview of how they fit together. These pages +attempt to give developers a high-level perspective of the various +code modules provided by OpenOCD. +@ref primer provide introductory materials for new developers. + +The List of @ref thelist enumerates opportunities for improving or +extending the OpenOCD platform. + */ /** @page primer OpenOCD Technical Primers @@ -54,4 +59,7 @@ modules are stacked in the current implementation (from bottom to top): Obviously, there are some nuances to the stack that are not shown by this linear list of layers. +The List of @ref thelist enumerates opportunities for improving or +extending the OpenOCD platform. + */ |