imagebox: fix luadoc fields
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
5e96e21c2c
commit
7b6ba906d4
|
@ -90,7 +90,7 @@ imagebox_destructor(widget_t *w)
|
||||||
* \return The number of elements pushed on stack.
|
* \return The number of elements pushed on stack.
|
||||||
* \luastack
|
* \luastack
|
||||||
* \lfield image The image to display.
|
* \lfield image The image to display.
|
||||||
* \lfield width The width of the imagebox. Set to 0 for auto.
|
* \lfield bg The background color to use.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_imagebox_index(lua_State *L, awesome_token_t token)
|
luaA_imagebox_index(lua_State *L, awesome_token_t token)
|
||||||
|
|
Loading…
Reference in New Issue