docs: progressbar.lua.in missing a dash to prevent luadoc generation
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
4e92699cb0
commit
b43da6611d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue