image: fix new() documentation
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
8828d629f4
commit
5344818677
4
image.c
4
image.c
|
@ -174,9 +174,7 @@ image_new_from_file(const char *filename)
|
|||
* \param L The Lua stack.
|
||||
* \return The number of elements pushed on stack.
|
||||
* \luastack
|
||||
* \lparam The image path, or nil to create an empty image.
|
||||
* \lparam The image width if nil was set as first arg.
|
||||
* \lparam The image height if nil was set as first arg.
|
||||
* \lparam The image path.
|
||||
* \lreturn An image object.
|
||||
*/
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue