summaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-03 18:31:38 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-03 18:31:38 -0800
commitf62c035c5277871193fa9904f430cf57221c0b89 (patch)
treec5c962dcdc1d3aa0d04c8f1ff25c52170dec7689 /src/target/arm_dpm.c
parentcf2cb0fc84d262069282a7363944663c8d2505d3 (diff)
downloadopenocd+libswd-f62c035c5277871193fa9904f430cf57221c0b89.tar.gz
openocd+libswd-f62c035c5277871193fa9904f430cf57221c0b89.tar.bz2
openocd+libswd-f62c035c5277871193fa9904f430cf57221c0b89.tar.xz
openocd+libswd-f62c035c5277871193fa9904f430cf57221c0b89.zip
doxygen: remove some warnings
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm_dpm.c')
-rw-r--r--src/target/arm_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm_dpm.c b/src/target/arm_dpm.c
index b02baa39..c5d797e6 100644
--- a/src/target/arm_dpm.c
+++ b/src/target/arm_dpm.c
@@ -276,6 +276,7 @@ fail:
* Writes all modified core registers for all processor modes. In normal
* operation this is called on exit from halting debug state.
*
+ * @param dpm: represents the processor
* @param bpwp: true ensures breakpoints and watchpoints are set,
* false ensures they are cleared
*/