mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 12:07:51 +03: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.
|
||||
-- @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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue