Merge pull request #2523 from Elv13/compact_doc

doc: Merge some documentation pages
This commit is contained in:
mergify[bot] 2019-01-03 12:50:21 +00:00 committed by GitHub
commit 6d2fc5c12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

@ -3,7 +3,7 @@
--
-- @author Yauhen Kirylau <yawghen@gmail.com>
-- @copyright 2015 Yauhen Kirylau
-- @module beautiful.xresources
-- @submodule beautiful
----------------------------------------------------------------------------
-- Grab environment

View File

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