Include the PATCHES file in Doxygen developer manual.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1894 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
ce55905fb7
commit
b3a8f5dc2a
1
Doxyfile
1
Doxyfile
|
@ -567,6 +567,7 @@ WARN_LOGFILE =
|
||||||
INPUT = doc/manual \
|
INPUT = doc/manual \
|
||||||
TODO \
|
TODO \
|
||||||
BUGS \
|
BUGS \
|
||||||
|
PATCHES \
|
||||||
src \
|
src \
|
||||||
config.h
|
config.h
|
||||||
|
|
||||||
|
|
3
PATCHES
3
PATCHES
|
@ -1,3 +1,5 @@
|
||||||
|
/** @page patchguide OpenOCD Patch Policies
|
||||||
|
|
||||||
Please mail patches to:
|
Please mail patches to:
|
||||||
|
|
||||||
openocd-development@lists.berlios.de
|
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
|
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...
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue