diff options
| author | 2022-01-24 23:03:12 +0000 | |
|---|---|---|
| committer | 2022-01-24 23:03:12 +0000 | |
| commit | 94046d9eafcd7929dd18cac697c0ce0c57354a7f (patch) | |
| tree | e8b1f5847500e56cdfd95248867cbef55aa34970 | |
| parent | Merge branch 'insp3' into master. (diff) | |
Fix a few Doxygen comment errors.
| -rw-r--r-- | include/inspstring.h | 1 | ||||
| -rw-r--r-- | include/mode.h | 2 |
2 files changed, 1 insertions, 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); |
