chore(doxygen): fix documentation generation (#253)

This commit is contained in:
iThorgrim
2025-02-05 18:11:00 +01:00
committed by GitHub
parent 7621ace9fe
commit b799efd331

View File

@@ -294,9 +294,9 @@ namespace LuaGuild
* Invites [Guild] members to events based on level and rank filters. * Invites [Guild] members to events based on level and rank filters.
* *
* @param Player player : who sends the invitation * @param Player player : who sends the invitation
* @param minLevel : the required min level * @param uint32 minLevel : the required min level
* @param maxLevel : the required max level * @param uint32 maxLevel : the required max level
* @param minRank : the required min rank * @param uint32 minRank : the required min rank
*/ */
int MassInviteToEvent(lua_State* L, Guild* guild) int MassInviteToEvent(lua_State* L, Guild* guild)
{ {