doc: Do not document the 16bit max widget size.

As pointed out by @aire-one, it does not provide much value.
This commit is contained in:
Emmanuel Lepage Vallee 2022-08-29 22:54:09 -07:00
parent 328551d479
commit 82a5fb6030
2 changed files with 4 additions and 8 deletions

View File

@ -39,8 +39,7 @@
-- @propertytype nil Let the layout decide the height. Usually using the widget
-- native height.
-- @propertytype number Enforce a number of pixels.
-- @rangestart 0
-- @rangestop 65534
-- @negativeallowed false
-- @baseclass wibox.widget
-- @see forced_width
@ -50,8 +49,7 @@
-- @propertytype nil Let the layout decide the width. Usually using the widget
-- native width.
-- @propertytype number Enforce a number of pixels.
-- @rangestart 0
-- @rangestop 65534
-- @negativeallowed false
-- @baseclass wibox.widget
-- @see forced_height

View File

@ -47,8 +47,7 @@ local base = {}
-- @propertytype nil Let the layout decide the height. Usually using the widget
-- native height.
-- @propertytype number Enforce a number of pixels.
-- @rangestart 0
-- @rangestop 65534
-- @negativeallowed false
-- @baseclass wibox.widget.base
-- @see forced_width
@ -59,8 +58,7 @@ local base = {}
-- @propertytype nil Let the layout decide the width. Usually using the widget
-- native width.
-- @propertytype number Enforce a number of pixels.
-- @rangestart 0
-- @rangestop 65534
-- @negativeallowed false
-- @baseclass wibox.widget.base
-- @see forced_height