mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Merge branch 'ptmikheev-master-patch-77814' into 'master'
Fix wrong function name in Lua docs See merge request OpenMW/openmw!1854
This commit is contained in:
commit
24d560a872
@ -16,7 +16,7 @@ local function deepContentCopy(content)
|
||||
end
|
||||
|
||||
---
|
||||
-- @function [parent=#ui] templates
|
||||
-- @function [parent=#ui] deepLayoutCopy
|
||||
-- @param #table layout
|
||||
-- @return #table copied layout
|
||||
function aux_ui.deepLayoutCopy(layout)
|
||||
@ -33,4 +33,4 @@ function aux_ui.deepLayoutCopy(layout)
|
||||
return result
|
||||
end
|
||||
|
||||
return aux_ui
|
||||
return aux_ui
|
||||
|
Loading…
x
Reference in New Issue
Block a user