doc: Move all containers to a new section.
This commit is contained in:
parent
d00ac0be93
commit
e9d4164851
|
@ -4,7 +4,7 @@
|
|||
--
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2017 Uli Schlachter
|
||||
-- @classmod awful.widget.only_on_screen
|
||||
-- @containermod awful.widget.only_on_screen
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local type = type
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
--@DOC_wibox_container_defaults_arcchart_EXAMPLE@
|
||||
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||||
-- @copyright 2013 Emmanuel Lepage Vallee
|
||||
-- @classmod wibox.container.arcchart
|
||||
-- @containermod wibox.container.arcchart
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local setmetatable = setmetatable
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--@DOC_wibox_container_defaults_background_EXAMPLE@
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @classmod wibox.container.background
|
||||
-- @containermod wibox.container.background
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local base = require("wibox.widget.base")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--@DOC_wibox_container_defaults_constraint_EXAMPLE@
|
||||
-- @author Lukáš Hrázký
|
||||
-- @copyright 2012 Lukáš Hrázký
|
||||
-- @classmod wibox.container.constraint
|
||||
-- @containermod wibox.container.constraint
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local setmetatable = setmetatable
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--@DOC_wibox_container_defaults_margin_EXAMPLE@
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @classmod wibox.container.margin
|
||||
-- @containermod wibox.container.margin
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local pairs = pairs
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--@DOC_wibox_container_defaults_mirror_EXAMPLE@
|
||||
-- @author dodo
|
||||
-- @copyright 2012 dodo
|
||||
-- @classmod wibox.container.mirror
|
||||
-- @containermod wibox.container.mirror
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local type = type
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
--@DOC_wibox_container_defaults_place_EXAMPLE@
|
||||
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @classmod wibox.container.place
|
||||
-- @containermod wibox.container.place
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local setmetatable = setmetatable
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
--@DOC_wibox_container_defaults_radialprogressbar_EXAMPLE@
|
||||
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||||
-- @copyright 2013 Emmanuel Lepage Vallee
|
||||
-- @classmod wibox.container.radialprogressbar
|
||||
-- @containermod wibox.container.radialprogressbar
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local setmetatable = setmetatable
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
--@DOC_wibox_container_defaults_rotate_EXAMPLE@
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @classmod wibox.container.rotate
|
||||
-- @containermod wibox.container.rotate
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local error = error
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
-- }
|
||||
-- @author Uli Schlachter (based on ideas from Saleur Geoffrey)
|
||||
-- @copyright 2015 Uli Schlachter
|
||||
-- @classmod wibox.container.scroll
|
||||
-- @containermod wibox.container.scroll
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local cache = require("gears.cache")
|
||||
|
|
Loading…
Reference in New Issue