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/helper | |
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/helper')
-rw-r--r-- | src/helper/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/command.h b/src/helper/command.h index 55046085..aaba9b0b 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -340,7 +340,7 @@ struct command_context* copy_command_context(struct command_context* cmd_ctx); /** * Frees the resources associated with a command context. The commands * are not removed, so unregister_all_commands() must be called first. - * @param cmd_ctx The command_context that will be destroyed. + * @param context The command_context that will be destroyed. */ void command_done(struct command_context *context); |