From 94046d9eafcd7929dd18cac697c0ce0c57354a7f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 24 Jan 2022 23:03:12 +0000 Subject: Fix a few Doxygen comment errors. --- include/inspstring.h | 1 - include/mode.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/inspstring.h b/include/inspstring.h index 3c4f0ed05..019ff1444 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -125,7 +125,6 @@ namespace Percent /** Decodes a percent-encoded string. * @param data The string to decode from. - * @param table The index table to use for decoding. * @return The decoded form of the specified data. */ inline std::string Decode(const std::string& data) diff --git a/include/mode.h b/include/mode.h index 928b9e72b..0b58db2b3 100644 --- a/include/mode.h +++ b/include/mode.h @@ -626,7 +626,7 @@ class CoreExport ModeParser final ModeAction TryMode(User* user, User* usertarget, Channel* chantarget, Modes::Change& mcitem, bool skipacl); /** Allocates an unused id for the given mode type, throws a ModuleException if out of ids. - * @param mt The type of the mode to allocate the id for + * @param mh The mode to allocate the id for * @return The id */ ModeHandler::Id AllocateModeId(ModeHandler* mh); -- cgit v1.3.1-10-gc9f91