LDoc2tl/tests/merge/merge2.lua

20 lines
212 B
Lua
Raw Normal View History

----
-- submodule
-- @module merge
---- second fun
-- @param x
function two(x)
end
--- extra stuff
-- @section extra
--- third fun
function three ()
end
--- fourth fun
function four ()
end