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:
parent
91c32e65c2
commit
3e343a53d0
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…
Reference in a new issue