From e4b9b2b2b44472a45bef0d18be5430f43e1e00d0 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 3 Apr 2009 17:06:44 +0200 Subject: [PATCH] luaa: documentation fix Signed-off-by: Julien Danjou --- luaa.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/luaa.c b/luaa.c index 1e11c33a4..f61d395a4 100644 --- a/luaa.c +++ b/luaa.c @@ -86,9 +86,8 @@ static ev_io csio = { .fd = -1 }; * \param L The Lua VM state. * \return The number of element pushed on stack. * \luastack - * \lvalue A client. * \lparam An array of key bindings objects, or nothing. - * \return The array of key bindings objects of this client. + * \lreturn The array of key bindings objects of this client. */ static int luaA_root_keys(lua_State *L) @@ -115,9 +114,8 @@ luaA_root_keys(lua_State *L) * \param L The Lua VM state. * \return The number of element pushed on stack. * \luastack - * \lvalue A client. * \lparam An array of mouse button bindings objects, or nothing. - * \return The array of mouse button bindings objects. + * \lreturn The array of mouse button bindings objects. */ static int luaA_root_buttons(lua_State *L)