wibox.layout.fixed: Update the property documentation.

This commit is contained in:
Emmanuel Lepage Vallee 2022-08-21 23:02:26 -07:00
parent 1fa30c3195
commit 285a8b23ff
1 changed files with 4 additions and 3 deletions

View File

@ -299,7 +299,7 @@ end
--@DOC_wibox_layout_fixed_spacing_widget_EXAMPLE@ --@DOC_wibox_layout_fixed_spacing_widget_EXAMPLE@
-- --
-- @property spacing_widget -- @property spacing_widget
-- @tparam widget spacing_widget -- @tparam[opt=nil] widget|nil spacing_widget
-- @propemits true false -- @propemits true false
-- @interface layout -- @interface layout
@ -404,7 +404,7 @@ end
-- widget will get all the space that is left. If this is false, the last widget -- widget will get all the space that is left. If this is false, the last widget
-- won't be handled specially and there can be space left unused. -- won't be handled specially and there can be space left unused.
-- @property fill_space -- @property fill_space
-- @tparam boolean fill_space -- @tparam[opt=false] boolean fill_space
-- @propemits true false -- @propemits true false
function fixed:fill_space(val) function fixed:fill_space(val)
@ -455,7 +455,8 @@ end
--@DOC_wibox_layout_fixed_spacing_EXAMPLE@ --@DOC_wibox_layout_fixed_spacing_EXAMPLE@
-- --
-- @property spacing -- @property spacing
-- @tparam number spacing Spacing between widgets. -- @tparam[opt=0] number spacing Spacing between widgets.
-- @negativeallowed true
-- @propemits true false -- @propemits true false
-- @interface layout -- @interface layout