mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03: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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue