wibox.container.mirror: Update the property documentation.
This commit is contained in:
parent
534c2324ae
commit
bdec7eb516
|
@ -50,7 +50,7 @@ end
|
|||
--- The widget to be reflected.
|
||||
--
|
||||
-- @property widget
|
||||
-- @tparam widget widget The widget.
|
||||
-- @tparam[opt=nil] widget|nil widget
|
||||
-- @interface container
|
||||
|
||||
mirror.set_widget = base.set_widget_common
|
||||
|
@ -96,8 +96,8 @@ end
|
|||
--
|
||||
-- @property reflection
|
||||
-- @tparam table reflection A table of booleans with the keys "horizontal", "vertical".
|
||||
-- @tparam boolean reflection.horizontal
|
||||
-- @tparam boolean reflection.vertical
|
||||
-- @tparam[opt=false] boolean reflection.horizontal
|
||||
-- @tparam[opt=false] boolean reflection.vertical
|
||||
-- @propemits true false
|
||||
|
||||
function mirror:get_reflection()
|
||||
|
|
Loading…
Reference in New Issue