From: <zw...@ma...> - 2009-05-27 01:58:07
|
Author: zwelch Date: 2009-05-27 01:58:01 +0200 (Wed, 27 May 2009) New Revision: 1916 Modified: trunk/BUGS trunk/PATCHES trunk/TODO Log: 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. Modified: trunk/BUGS =================================================================== --- trunk/BUGS 2009-05-26 01:27:56 UTC (rev 1915) +++ trunk/BUGS 2009-05-26 23:58:01 UTC (rev 1916) @@ -44,3 +44,6 @@ box. Please keep attachments to less than 100KB. */ +/** @file +This file contains the @ref bugs page. +*/ Modified: trunk/PATCHES =================================================================== --- trunk/PATCHES 2009-05-26 01:27:56 UTC (rev 1915) +++ trunk/PATCHES 2009-05-26 23:58:01 UTC (rev 1916) @@ -1,4 +1,4 @@ -/** @page patchguide OpenOCD Patch Policies +/** @page patchguide Patch Policies Please mail patches to: @@ -46,3 +46,6 @@ able to create and apply patches as well... */ +/** @file +This file contains the @ref patchguide page. +*/ Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-05-26 01:27:56 UTC (rev 1915) +++ trunk/TODO 2009-05-26 23:58:01 UTC (rev 1916) @@ -148,3 +148,6 @@ - use bug tracking? we need something! */ +/** @file +This file contains the @ref thelist page. +*/ |