docs: use doxygen keywords for formatting
Rather than use bold fonts etc, use the correct keywords so doxygen formats better. Change-Id: Id9d63f0fc3465665376d7a536c4d6da71998f40e Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1210 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>__archive__
parent
1fd8ac0ee6
commit
e65db159e0
6
HACKING
6
HACKING
|
@ -1,10 +1,10 @@
|
||||||
// This file is part of the Doxygen Developer Manual
|
// This file is part of the Doxygen Developer Manual
|
||||||
/** @page patchguide Patch Guidelines
|
/** @page patchguide Patch Guidelines
|
||||||
|
|
||||||
@b NB! If you're behind a corporate wall with http only access to the
|
\attention If you're behind a corporate wall with http only access to the
|
||||||
world, you can still use these instructions!
|
world, you can still use these instructions!
|
||||||
|
|
||||||
@b NB2! You can't send patches to the mailing list anymore at all. Nowadays
|
\attention You can't send patches to the mailing list anymore at all. Nowadays
|
||||||
you are expected to send patches to the OpenOCD Gerrit GIT server for a
|
you are expected to send patches to the OpenOCD Gerrit GIT server for a
|
||||||
review.
|
review.
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ while(!done) {
|
||||||
run tools/checkpatch.sh to verify your patch style is ok.
|
run tools/checkpatch.sh to verify your patch style is ok.
|
||||||
}
|
}
|
||||||
@endcode
|
@endcode
|
||||||
@b TIP! use "git add ." before commit to add new files.
|
\note use "git add ." before commit to add new files.
|
||||||
|
|
||||||
Comment template, notice the short first line w/topic. The topic field
|
Comment template, notice the short first line w/topic. The topic field
|
||||||
should identify the main part or subsystem the patch touches. Check
|
should identify the main part or subsystem the patch touches. Check
|
||||||
|
|
Loading…
Reference in New Issue