From: zwelch Date: Sat, 23 May 2009 22:05:05 +0000 (+0000) Subject: Include the PATCHES file in Doxygen developer manual. X-Git-Tag: v0.2.0~616 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=b3a8f5dc2a32f62ec7f2199461c62df9becaf7f6 Include the PATCHES file in Doxygen developer manual. git-svn-id: svn://svn.berlios.de/openocd/trunk@1894 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/Doxyfile b/Doxyfile index ba7be41f02..7762386ef0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -567,6 +567,7 @@ WARN_LOGFILE = INPUT = doc/manual \ TODO \ BUGS \ + PATCHES \ src \ config.h diff --git a/PATCHES b/PATCHES index ea02a1d90e..361a159134 100644 --- a/PATCHES +++ b/PATCHES @@ -1,3 +1,5 @@ +/** @page patchguide OpenOCD Patch Policies + Please mail patches to: openocd-development@lists.berlios.de @@ -43,3 +45,4 @@ NB! remember to use "svn add" on new files first! If you have a decent SVN GUI, then that should be able to create and apply patches as well... + */