mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix a few Doxygen comment errors.
This commit is contained in:
parent
dc87f6ec29
commit
94046d9eaf
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user