luaa: documentation fix
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
c40609642b
commit
e4b9b2b2b4
6
luaa.c
6
luaa.c
|
@ -86,9 +86,8 @@ static ev_io csio = { .fd = -1 };
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of element pushed on stack.
|
* \return The number of element pushed on stack.
|
||||||
* \luastack
|
* \luastack
|
||||||
* \lvalue A client.
|
|
||||||
* \lparam An array of key bindings objects, or nothing.
|
* \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
|
static int
|
||||||
luaA_root_keys(lua_State *L)
|
luaA_root_keys(lua_State *L)
|
||||||
|
@ -115,9 +114,8 @@ luaA_root_keys(lua_State *L)
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of element pushed on stack.
|
* \return The number of element pushed on stack.
|
||||||
* \luastack
|
* \luastack
|
||||||
* \lvalue A client.
|
|
||||||
* \lparam An array of mouse button bindings objects, or nothing.
|
* \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
|
static int
|
||||||
luaA_root_buttons(lua_State *L)
|
luaA_root_buttons(lua_State *L)
|
||||||
|
|
Loading…
Reference in New Issue