1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-21 09:39:56 +00:00

Merge branch 'un-undocument' into 'master'

Fix formatting so that docs can render correctly

See merge request OpenMW/openmw!1911
This commit is contained in:
psi29a 2022-05-23 18:17:37 +00:00
commit 7950ea1f54

View File

@ -60,6 +60,7 @@ local templates = {}
---
-- Container that adds padding around its content.
-- @field [parent=#MWUI] #table padding
---
-- Standard spacing interval
-- @field [parent=#MWUI] #number interval
@ -68,9 +69,11 @@ require('scripts.omw.mwui.space')(templates)
---
-- Standard rectangular border
-- @field [parent=#Templates] openmw.ui#Layout border
---
-- Container wrapping the content with borders
-- @field [parent=#Templates] openmw.ui#Layout box
---
-- Same as box, but with a semi-transparent background
-- @field [parent=#Templates] openmw.ui#Layout boxTransparent