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