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 -- @author ikselven
-- @copyright 2017 ikselven -- @copyright 2017 ikselven
-- @module awful.hotkeys_popup.keys.termite -- @submodule awful.hotkeys_popup
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local hotkeys_popup = require("awful.hotkeys_popup.widget") local hotkeys_popup = require("awful.hotkeys_popup.widget")

View File

@ -3,7 +3,7 @@
-- --
-- @author Yauhen Kirylau <yawghen@gmail.com> -- @author Yauhen Kirylau <yawghen@gmail.com>
-- @copyright 2015 Yauhen Kirylau -- @copyright 2015 Yauhen Kirylau
-- @module beautiful.theme_assets -- @submodule beautiful
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
local cairo = require("lgi").cairo local cairo = require("lgi").cairo

View File

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

View File

@ -4,7 +4,7 @@
-- --
-- @author Emmanuel Lepage-Vallee <elv1313@gmail.com> -- @author Emmanuel Lepage-Vallee <elv1313@gmail.com>
-- @copyright 2016 Emmanuel Lepage-Vallee -- @copyright 2016 Emmanuel Lepage-Vallee
-- @module gears.object.properties -- @submodule gears.object
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local object = {} local object = {}
@ -26,6 +26,7 @@ local object = {}
-- --
-- @param class A standard luaobject derived object -- @param class A standard luaobject derived object
-- @tparam[opt={}] table args A set of accessors configuration parameters -- @tparam[opt={}] table args A set of accessors configuration parameters
-- @function gears.object.properties.capi_index_fallback
function object.capi_index_fallback(class, args) function object.capi_index_fallback(class, args)
args = args or {} args = args or {}