Add doc gen instructions

This commit is contained in:
Rochet2
2014-08-11 11:48:18 +03:00
parent 8ab66a5eab
commit 1c2eceed3c
2 changed files with 16 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ namespace LuaSpell
/**
* Returns 'true' if the &Spell is automatically repeating, false otherwise.
*
* @return boolean isAutoRepeating
* @return bool isAutoRepeating
*/
int IsAutoRepeat(lua_State* L, Spell* spell)
{