mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:09:42 +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
|
||||
|
||||
---
|
||||
-- @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…
Reference in a new issue