diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-12-30 17:36:20 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-12-30 17:36:20 +0100 |
commit | 688275707a331a94892408408eb74d7ec20c7c1f (patch) | |
tree | 9e760c527620558e5fde400a8cd4e7c155f84674 /include | |
parent | a4508da82cb17120c04f697d6c63660cd697284b (diff) |
Remove remaining doxygen doc for "pcnt" parameters
Diffstat (limited to 'include')
-rw-r--r-- | include/commands/cmd_whowas.h | 1 |
1 files changed, 0 insertions, 1 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. */ |