mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 22:16:41 +00:00
Fix formatting so that docs can render correctly
This commit is contained in:
parent
14aec3791c
commit
4188bb4e33
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