luaa: documentation fix

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-03 17:06:44 +02:00
parent c40609642b
commit e4b9b2b2b4
1 changed files with 2 additions and 4 deletions

6
luaa.c
View File

@ -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)