From 7409f6e778ede63bc40ec47d2cf1dee26f18c795 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 25 Aug 2008 18:04:42 +0200 Subject: [PATCH] Lua API documentation fixes Signed-off-by: Julien Danjou --- statusbar.c | 4 ++-- tag.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/statusbar.c b/statusbar.c index 80be4401..6e46dba5 100644 --- a/statusbar.c +++ b/statusbar.c @@ -534,8 +534,8 @@ luaA_statusbar_index(lua_State *L) * \param L The Lua VM state. * \return The number of elements pushed on stack. * \luastack - * \param None, or a table of widgets to set. - * \return The current statusbar widgets. + * \lparam None, or a table of widgets to set. + * \lreturn The current statusbar widgets. */ static int luaA_statusbar_widgets(lua_State *L) diff --git a/tag.c b/tag.c index 417257e1..a892b6d9 100644 --- a/tag.c +++ b/tag.c @@ -283,8 +283,8 @@ luaA_tag_new(lua_State *L) * \param L The Lua VM state. * \return The number of elements pushed on stack. * \luastack - * \param None or a table of clients to set. - * \return A table with the clients attached to this tags. + * \lparam None or a table of clients to set. + * \lreturn A table with the clients attached to this tags. */ static int luaA_tag_clients(lua_State *L)