doc: Move all layouts to a new section.
This commit is contained in:
parent
bb51add089
commit
7b00d76673
|
@ -3,7 +3,7 @@
|
||||||
--@DOC_wibox_layout_defaults_align_EXAMPLE@
|
--@DOC_wibox_layout_defaults_align_EXAMPLE@
|
||||||
-- @author Uli Schlachter
|
-- @author Uli Schlachter
|
||||||
-- @copyright 2010 Uli Schlachter
|
-- @copyright 2010 Uli Schlachter
|
||||||
-- @classmod wibox.layout.align
|
-- @layoutmod wibox.layout.align
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local table = table
|
local table = table
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
--@DOC_wibox_layout_defaults_fixed_EXAMPLE@
|
--@DOC_wibox_layout_defaults_fixed_EXAMPLE@
|
||||||
-- @author Uli Schlachter
|
-- @author Uli Schlachter
|
||||||
-- @copyright 2010 Uli Schlachter
|
-- @copyright 2010 Uli Schlachter
|
||||||
-- @classmod wibox.layout.fixed
|
-- @layoutmod wibox.layout.fixed
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local unpack = unpack or table.unpack -- luacheck: globals unpack (compatibility with Lua 5.1)
|
local unpack = unpack or table.unpack -- luacheck: globals unpack (compatibility with Lua 5.1)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
--@DOC_wibox_layout_defaults_flex_EXAMPLE@
|
--@DOC_wibox_layout_defaults_flex_EXAMPLE@
|
||||||
-- @author Uli Schlachter
|
-- @author Uli Schlachter
|
||||||
-- @copyright 2010 Uli Schlachter
|
-- @copyright 2010 Uli Schlachter
|
||||||
-- @classmod wibox.layout.flex
|
-- @layoutmod wibox.layout.flex
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local base = require("wibox.widget.base")
|
local base = require("wibox.widget.base")
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
--@DOC_wibox_layout_defaults_grid_EXAMPLE@
|
--@DOC_wibox_layout_defaults_grid_EXAMPLE@
|
||||||
-- @author getzze
|
-- @author getzze
|
||||||
-- @copyright 2017 getzze
|
-- @copyright 2017 getzze
|
||||||
-- @classmod wibox.layout.grid
|
-- @layoutmod wibox.layout.grid
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
--@DOC_wibox_layout_defaults_manual_EXAMPLE@
|
--@DOC_wibox_layout_defaults_manual_EXAMPLE@
|
||||||
-- @author Emmanuel Lepage Vallee
|
-- @author Emmanuel Lepage Vallee
|
||||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||||
-- @classmod wibox.layout.manual
|
-- @layoutmod wibox.layout.manual
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
local gtable = require("gears.table")
|
local gtable = require("gears.table")
|
||||||
local base = require("wibox.widget.base")
|
local base = require("wibox.widget.base")
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
--@DOC_wibox_layout_defaults_ratio_EXAMPLE@
|
--@DOC_wibox_layout_defaults_ratio_EXAMPLE@
|
||||||
-- @author Emmanuel Lepage Vallee
|
-- @author Emmanuel Lepage Vallee
|
||||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||||
-- @classmod wibox.layout.ratio
|
-- @layoutmod wibox.layout.ratio
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local base = require("wibox.widget.base" )
|
local base = require("wibox.widget.base" )
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
--@DOC_wibox_layout_defaults_stack_EXAMPLE@
|
--@DOC_wibox_layout_defaults_stack_EXAMPLE@
|
||||||
-- @author Emmanuel Lepage Vallee
|
-- @author Emmanuel Lepage Vallee
|
||||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||||
-- @classmod wibox.layout.stack
|
-- @layoutmod wibox.layout.stack
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local base = require("wibox.widget.base" )
|
local base = require("wibox.widget.base" )
|
||||||
|
|
Loading…
Reference in New Issue