Fix formatting so that docs can render correctly

This commit is contained in:
Hristos N. Triantafillou 2022-05-23 13:01:02 -05:00
parent 14aec3791c
commit 4188bb4e33
No known key found for this signature in database
GPG key ID: 5FC7664AD47AA1C5

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