Update Doxygen markup in PATCHES, BUGS, and TODO:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 26 May 2009 23:58:01 +0000 (23:58 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 26 May 2009 23:58:01 +0000 (23:58 +0000)
- In the File List, these files are listed and link to empty pages.
- This patch adds @file blocks to reference the pages each file contains.
- Remove redundant "OpenOCD" from PATCHES title; it clutters the tree view.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1916 b42882b7-edfa-0310-969c-e2dbd0fdcd60

BUGS
PATCHES
TODO

diff --git a/BUGS b/BUGS
index 6b08ba4ca5fdcaa608590725403edba8818a6ce7..57a538438e2ea9909fec7de79d148b87bf236562 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -44,3 +44,6 @@ transform attachments to links so you will not be bloating anyones mail
 box.  Please keep attachments to less than 100KB.
 
  */
+/** @file
+This file contains the @ref bugs page.
+*/
diff --git a/PATCHES b/PATCHES
index 361a1591343ee2b3aedaf3a6dc3c06f212f45a5b..95eb500a89c2eedf3caf1adad5c0d1c403d70aa7 100644 (file)
--- a/PATCHES
+++ b/PATCHES
@@ -1,4 +1,4 @@
-/** @page patchguide OpenOCD Patch Policies
+/** @page patchguide Patch Policies
 
 Please mail patches to:
 
@@ -46,3 +46,6 @@ If you have a decent SVN GUI, then that should be
 able to create and apply patches as well...
  
  */
+/** @file
+This file contains the @ref patchguide page.
+*/
diff --git a/TODO b/TODO
index f6acf7e3495cbccef2dd3d7ccf83867377a26a55..7b5b83232b3e089ac3c4af0ac30912751608d608 100644 (file)
--- a/TODO
+++ b/TODO
@@ -148,3 +148,6 @@ Feel free to send patches to add or clarify items on this list, too.
   - use bug tracking?  we need something!
 
 */
+/** @file
+This file contains the @ref thelist page.
+*/