ldoc return fixes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user