gears.timer: Update the property documentation.

This commit is contained in:
Emmanuel Lepage Vallee 2022-08-21 23:02:26 -07:00
parent 52c481babc
commit 11ce8fd77c
1 changed files with 5 additions and 3 deletions

View File

@ -140,15 +140,17 @@ end
-- --
-- For this to be `true` by default, pass `autostart` to the constructor. -- For this to be `true` by default, pass `autostart` to the constructor.
-- --
-- @property[opt=false] started -- @property started
-- @tparam boolean started -- @tparam[opt=false] boolean started
-- @see start -- @see start
-- @see stop -- @see stop
--- The timer timeout value. --- The timer timeout value.
-- --
-- @property timeout -- @property timeout
-- @tparam number timeout -- @tparam[opt=0] number timeout
-- @propertyunit second
-- @negativeallowed false
-- @propemits true false -- @propemits true false
local timer_instance_mt = { local timer_instance_mt = {