doc: Move all layouts to a new section.

This commit is contained in:
Emmanuel Lepage Vallee 2019-06-06 02:19:03 -04:00
parent bb51add089
commit 7b00d76673
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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