mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 13:06:39 +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:
commit
7950ea1f54
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,7 @@ local templates = {}
|
||||||
---
|
---
|
||||||
-- Container that adds padding around its content.
|
-- Container that adds padding around its content.
|
||||||
-- @field [parent=#MWUI] #table padding
|
-- @field [parent=#MWUI] #table padding
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Standard spacing interval
|
-- Standard spacing interval
|
||||||
-- @field [parent=#MWUI] #number interval
|
-- @field [parent=#MWUI] #number interval
|
||||||
|
@ -68,9 +69,11 @@ require('scripts.omw.mwui.space')(templates)
|
||||||
---
|
---
|
||||||
-- Standard rectangular border
|
-- Standard rectangular border
|
||||||
-- @field [parent=#Templates] openmw.ui#Layout border
|
-- @field [parent=#Templates] openmw.ui#Layout border
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Container wrapping the content with borders
|
-- Container wrapping the content with borders
|
||||||
-- @field [parent=#Templates] openmw.ui#Layout box
|
-- @field [parent=#Templates] openmw.ui#Layout box
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Same as box, but with a semi-transparent background
|
-- Same as box, but with a semi-transparent background
|
||||||
-- @field [parent=#Templates] openmw.ui#Layout boxTransparent
|
-- @field [parent=#Templates] openmw.ui#Layout boxTransparent
|
||||||
|
|
Loading…
Reference in a new issue