summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-12-30 17:36:20 +0100
committerAttila Molnar <attilamolnar@hush.com>2016-12-30 17:36:20 +0100
commit688275707a331a94892408408eb74d7ec20c7c1f (patch)
tree9e760c527620558e5fde400a8cd4e7c155f84674
parenta4508da82cb17120c04f697d6c63660cd697284b (diff)
Remove remaining doxygen doc for "pcnt" parameters
-rw-r--r--include/commands/cmd_whowas.h1
-rw-r--r--src/coremods/core_xline/core_xline.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h
index aaea31864..070858cc5 100644
--- a/include/commands/cmd_whowas.h
+++ b/include/commands/cmd_whowas.h
@@ -200,7 +200,6 @@ class CommandWhowas : public Command
CommandWhowas(Module* parent);
/** Handle command.
* @param parameters The parameters to the comamnd
- * @param pcnt The number of parameters passed to teh command
* @param user The user issuing the command
* @return A value from CmdResult to indicate command success or failure.
*/
diff --git a/src/coremods/core_xline/core_xline.h b/src/coremods/core_xline/core_xline.h
index d4ad498a0..5b34e7a4d 100644
--- a/src/coremods/core_xline/core_xline.h
+++ b/src/coremods/core_xline/core_xline.h
@@ -133,7 +133,6 @@ class CommandQline : public Command
/** Handle command.
* @param parameters The parameters to the command
- * @param pcnt The number of parameters passed to the command
* @param user The user issuing the command
* @return A value from CmdResult to indicate command success or failure.
*/