wibox.container.mirror: Update the property documentation.

This commit is contained in:
Emmanuel Lepage Vallee 2022-08-21 23:02:26 -07:00
parent 534c2324ae
commit bdec7eb516
1 changed files with 3 additions and 3 deletions

View File

@ -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()