From 6ca970395cf7654b319e0a55f7b6694720b9440e Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Mon, 31 Dec 2018 17:50:37 -0500 Subject: [PATCH] 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. --- lib/gears/object/properties.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gears/object/properties.lua b/lib/gears/object/properties.lua index 36b8fcbf..3b740fd4 100644 --- a/lib/gears/object/properties.lua +++ b/lib/gears/object/properties.lua @@ -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 {}