Lua API documentation fixes

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-25 18:04:42 +02:00
parent 65e1a4a900
commit 7409f6e778
2 changed files with 4 additions and 4 deletions

View File

@ -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
View File

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