LDoc2tl/tests/complex/lua/complex/display.lua

11 lines
128 B
Lua

--- dee.
--- display this.
function M.display_this()
end
--- display that.
-- @see display_this
function M.display_that()
end