Fix few doc types

This commit is contained in:
Rochet2
2015-05-11 15:58:37 +03:00
parent f3cd70c401
commit 5c68b7301a
8 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ namespace LuaPacket
/**
* Sets the opcode of the [WorldPacket] to the specified opcode.
*
* @param uint32 opcode : see Opcodes.h for all known opcodes
* @param [Opcodes] opcode : see Opcodes.h for all known opcodes
*/
int SetOpcode(Eluna* /*E*/, lua_State* L, WorldPacket* packet)
{