Lua API documentation fixes
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
65e1a4a900
commit
7409f6e778
|
@ -534,8 +534,8 @@ luaA_statusbar_index(lua_State *L)
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of elements pushed on stack.
|
* \return The number of elements pushed on stack.
|
||||||
* \luastack
|
* \luastack
|
||||||
* \param None, or a table of widgets to set.
|
* \lparam None, or a table of widgets to set.
|
||||||
* \return The current statusbar widgets.
|
* \lreturn The current statusbar widgets.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_statusbar_widgets(lua_State *L)
|
luaA_statusbar_widgets(lua_State *L)
|
||||||
|
|
4
tag.c
4
tag.c
|
@ -283,8 +283,8 @@ luaA_tag_new(lua_State *L)
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of elements pushed on stack.
|
* \return The number of elements pushed on stack.
|
||||||
* \luastack
|
* \luastack
|
||||||
* \param None or a table of clients to set.
|
* \lparam None or a table of clients to set.
|
||||||
* \return A table with the clients attached to this tags.
|
* \lreturn A table with the clients attached to this tags.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_tag_clients(lua_State *L)
|
luaA_tag_clients(lua_State *L)
|
||||||
|
|
Loading…
Reference in New Issue