wibox.container.rotate: Update the property documentation.

This commit is contained in:
Emmanuel Lepage Vallee 2022-08-21 23:02:26 -07:00
parent 6c84e83ccf
commit 1dafd25d93
1 changed files with 6 additions and 9 deletions

View File

@ -62,7 +62,7 @@ end
--- The widget to be rotated.
--
-- @property widget
-- @tparam widget widget The widget.
-- @tparam[opt=nil] widget|nil widget
-- @interface container
rotate.set_widget = base.set_widget_common
@ -93,16 +93,13 @@ end
--- The direction of this rotating container.
--
-- Valid values are:
--
-- * *north*
-- * *east*
-- * *south*
-- * *north*
--
--@DOC_wibox_container_rotate_angle_EXAMPLE@
-- @property direction
-- @tparam[opt="north"] string direction The direction.
-- @tparam[opt="north"] string direction
-- @propertyvalue "north"
-- @propertyvalue "east"
-- @propertyvalue "south"
-- @propertyvalue "north"
-- @propemits true false
function rotate:set_direction(dir)