doc: Add a missing '@' sign in mousegrabber documentation

This commit is contained in:
Emmanuel Lepage Vallee 2016-04-24 02:44:19 -04:00
parent 2ccc7c88d6
commit 58a6cdb440
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ luaA_mousegrabber_stop(lua_State *L)
/** Check if mousegrabber is running.
*
* @return A boolean value, true if running, false otherwise.
* function isrunning
* @treturn boolean True if running, false otherwise.
* @function isrunning
*/
static int
luaA_mousegrabber_isrunning(lua_State *L)