ldoc return fixes

This commit is contained in:
2026-02-26 17:41:06 +01:00
parent e56662f6ad
commit 337f1fc132
21 changed files with 279 additions and 262 deletions

View File

@@ -9,7 +9,7 @@ local LINE_HEIGHT = 8
--- Displays a popup window.
--- @within PopupWindow
--- @param content_strings table A table of strings to display in the popup.
--- @param content_strings table A table of strings to display in the popup.</br>
function PopupWindow.show(content_strings)
Context.popup.show = true
Context.popup.content = content_strings or {}
@@ -49,4 +49,4 @@ function PopupWindow.draw()
Print.text("[A] Close", TEXT_MARGIN_X, POPUP_Y + POPUP_HEIGHT - LINE_HEIGHT - 2, Config.colors.light_blue)
end
end
end