Merge pull request #2523 from Elv13/compact_doc
doc: Merge some documentation pages
This commit is contained in:
commit
6d2fc5c12b
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
-- @author ikselven
|
||||
-- @copyright 2017 ikselven
|
||||
-- @module awful.hotkeys_popup.keys.termite
|
||||
-- @submodule awful.hotkeys_popup
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local hotkeys_popup = require("awful.hotkeys_popup.widget")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
-- @author Yauhen Kirylau <yawghen@gmail.com>
|
||||
-- @copyright 2015 Yauhen Kirylau
|
||||
-- @module beautiful.theme_assets
|
||||
-- @submodule beautiful
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
local cairo = require("lgi").cairo
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
-- @author Yauhen Kirylau <yawghen@gmail.com>
|
||||
-- @copyright 2015 Yauhen Kirylau
|
||||
-- @module beautiful.xresources
|
||||
-- @submodule beautiful
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
-- Grab environment
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
--
|
||||
-- @author Emmanuel Lepage-Vallee <elv1313@gmail.com>
|
||||
-- @copyright 2016 Emmanuel Lepage-Vallee
|
||||
-- @module gears.object.properties
|
||||
-- @submodule gears.object
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local object = {}
|
||||
|
@ -26,6 +26,7 @@ local object = {}
|
|||
--
|
||||
-- @param class A standard luaobject derived object
|
||||
-- @tparam[opt={}] table args A set of accessors configuration parameters
|
||||
-- @function gears.object.properties.capi_index_fallback
|
||||
function object.capi_index_fallback(class, args)
|
||||
args = args or {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue