Fix a few Doxygen comment errors.

This commit is contained in:
Sadie Powell 2022-01-24 23:03:12 +00:00
parent dc87f6ec29
commit 94046d9eaf
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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);