From f62c035c5277871193fa9904f430cf57221c0b89 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 3 Dec 2009 18:31:38 -0800 Subject: doxygen: remove some warnings Signed-off-by: David Brownell --- src/helper/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper/command.h') 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); -- cgit v1.2.3