1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-13 10:41:28 +00:00

Fix wrong function name in Lua docs

This commit is contained in:
Petr Mikheev 2022-05-13 17:47:11 +00:00
parent 91c32e65c2
commit 3e343a53d0

View file

@ -16,7 +16,7 @@ local function deepContentCopy(content)
end end
--- ---
-- @function [parent=#ui] templates -- @function [parent=#ui] deepLayoutCopy
-- @param #table layout -- @param #table layout
-- @return #table copied layout -- @return #table copied layout
function aux_ui.deepLayoutCopy(layout) function aux_ui.deepLayoutCopy(layout)
@ -33,4 +33,4 @@ function aux_ui.deepLayoutCopy(layout)
return result return result
end end
return aux_ui return aux_ui