doc: Merge gears.object and gears.object.properties
The `properties` submodule is almost for private use anyway. It is not worth poluting the API index for it.
This commit is contained in:
parent
491a46875c
commit
6ca970395c
|
@ -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