diff options
author | Peter Powell <petpow@saberuk.com> | 2017-08-25 13:03:53 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-08-26 09:58:15 +0100 |
commit | a62ae50007c2945251ef1d2611513b6e711f5748 (patch) | |
tree | b4f1023548abbf3ff34a4a5366ee35746bc6acdf /include/mode.h | |
parent | 6b228abad039aaf89a35671ffa6c57cce9af51bc (diff) |
Fix a bunch of Doxygen warnings.
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h index 2e9ed22f3..2aa781c28 100644 --- a/include/mode.h +++ b/include/mode.h @@ -380,7 +380,7 @@ class CoreExport PrefixMode : public ModeHandler /** * Removes this prefix mode from all users on the given channel - * @param chan The channel which the server wants to remove your mode from + * @param channel The channel which the server wants to remove your mode from * @param changelist Mode change list to populate with the removal of this mode */ void RemoveMode(Channel* channel, Modes::ChangeList& changelist); |