]> git.gag.com Git - fw/openocd/blobdiff - src/helper/command.h
doxygen: remove some warnings
[fw/openocd] / src / helper / command.h
index 55046085dea8885beb058abd0ac7ea6a58fda4c6..aaba9b0b21b19229c6a0ebc082926ed24c1d90ec 100644 (file)
@@ -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);