docs: progressbar.lua.in missing a dash to prevent luadoc generation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Andrei 'Garoth' Thorp 2010-04-26 19:56:43 -04:00 committed by Julien Danjou
parent 4e92699cb0
commit b43da6611d
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ local function update(pbar)
pbar.widget.image = img pbar.widget.image = img
end end
-- Set the progressbar value. --- Set the progressbar value.
-- @param pbar The progress bar. -- @param pbar The progress bar.
-- @param value The progress bar value between 0 and 1. -- @param value The progress bar value between 0 and 1.
function set_value(pbar, value) function set_value(pbar, value)