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:
Emmanuel Lepage Vallee 2018-12-31 17:50:37 -05:00
parent 491a46875c
commit 6ca970395c
1 changed files with 2 additions and 1 deletions

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