Browse Source

Update Doxygen markup in PATCHES, BUGS, and TODO:

- 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
tags/v0.2.0
zwelch 15 years ago
parent
commit
f1f0d5e2d5
3 changed files with 10 additions and 1 deletions
  1. +3
    -0
      BUGS
  2. +4
    -1
      PATCHES
  3. +3
    -0
      TODO

+ 3
- 0
BUGS View File

@@ -44,3 +44,6 @@ transform attachments to links so you will not be bloating anyones mail
box. Please keep attachments to less than 100KB. box. Please keep attachments to less than 100KB.


*/ */
/** @file
This file contains the @ref bugs page.
*/

+ 4
- 1
PATCHES View File

@@ -1,4 +1,4 @@
/** @page patchguide OpenOCD Patch Policies
/** @page patchguide Patch Policies


Please mail patches to: 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... able to create and apply patches as well...
*/ */
/** @file
This file contains the @ref patchguide page.
*/

+ 3
- 0
TODO View File

@@ -148,3 +148,6 @@ Feel free to send patches to add or clarify items on this list, too.
- use bug tracking? we need something! - use bug tracking? we need something!


*/ */
/** @file
This file contains the @ref thelist page.
*/

Loading…
Cancel
Save