summaryrefslogtreecommitdiff
path: root/doc/manual/main.txt
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-15 00:49:30 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-15 00:49:30 +0000
commit8ed887456dcb9c150ca087fb54b56622574786b8 (patch)
tree1cf17eb0a6ed5062a087f9cb291877fb4246a05e /doc/manual/main.txt
parent789b639a3949412c3a4f40196ec9b920d8615d54 (diff)
downloadopenocd+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/main.txt')
-rw-r--r--doc/manual/main.txt16
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.
+
*/