diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-03 18:31:38 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-03 18:31:38 -0800 |
commit | f62c035c5277871193fa9904f430cf57221c0b89 (patch) | |
tree | c5c962dcdc1d3aa0d04c8f1ff25c52170dec7689 /src/target | |
parent | cf2cb0fc84d262069282a7363944663c8d2505d3 (diff) | |
download | openocd+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')
-rw-r--r-- | src/target/arm_dpm.c | 1 |
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 */ |