image: fix new() documentation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-05-07 20:24:46 +02:00
parent 8828d629f4
commit 5344818677
1 changed files with 1 additions and 3 deletions

View File

@ -174,9 +174,7 @@ image_new_from_file(const char *filename)
* \param L The Lua stack. * \param L The Lua stack.
* \return The number of elements pushed on stack. * \return The number of elements pushed on stack.
* \luastack * \luastack
* \lparam The image path, or nil to create an empty image. * \lparam The image path.
* \lparam The image width if nil was set as first arg.
* \lparam The image height if nil was set as first arg.
* \lreturn An image object. * \lreturn An image object.
*/ */
static int static int