diff --git a/mousegrabber.c b/mousegrabber.c index 28e2b629..2ad65a1c 100644 --- a/mousegrabber.c +++ b/mousegrabber.c @@ -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)