doxygen: remove some warnings
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 4 Dec 2009 02:31:38 +0000 (18:31 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 4 Dec 2009 02:31:38 +0000 (18:31 -0800)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/helper/command.h
src/target/arm_dpm.c

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);
 
index b02baa39780afe686250f85dc7fedf347ca11e49..c5d797e6de33ad55502d2af6f778a17d345d0029 100644 (file)
@@ -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
  */